Searched refs:ops (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.5/kernel/src/libs/libUI/ |
D | screen_manager.c | 104 …eck_ui_param(const char *name, const uint8_t type, const struct scm_ui_framework_operations_t *ops) in __check_ui_param() argument 110 if (ops == NULL) in __check_ui_param() 112 …if (ops->install == NULL || ops->uninstall == NULL || ops->enable == NULL || ops->disable == NULL … in __check_ui_param() 113 ops->change == NULL) in __check_ui_param() 126 …scm_register_alloc(const char *name, const uint8_t type, struct scm_ui_framework_operations_t *ops) in scm_register_alloc() argument 133 if (__check_ui_param(name, type, ops) != 0) in scm_register_alloc() 140 ui->ui_ops = ops; in scm_register_alloc()
|
D | screen_manager.h | 72 …cm_register_alloc(const char *name, const uint8_t type, struct scm_ui_framework_operations_t *ops);
|
/DragonOS-0.1.5/kernel/src/libs/ |
D | mutex.rs | 3 ops::{Deref, DerefMut},
|
D | spinlock.rs | 3 use core::ops::{Deref, DerefMut};
|
D | rwlock.rs | 6 ops::{Deref, DerefMut},
|