Searched refs:HdfSysEventNotifyNode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/ |
H A D | osal_sysevent.h | 42 struct HdfSysEventNotifyNode; 45 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content); 47 struct HdfSysEventNotifyNode { struct 53 int32_t HdfSysEventNotifyRegister(struct HdfSysEventNotifyNode *notifierNode, uint64_t classSet); argument 54 void HdfSysEventNotifyUnregister(struct HdfSysEventNotifyNode *notifierNode);
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/osal/src/ |
H A D | osal_sysevent.c | 108 struct HdfSysEventNotifyNode *notifyNode = NULL; in OnKEventReceived() 109 …DLIST_FOR_EACH_ENTRY(notifyNode, ¬ifier->notifyNodeList, struct HdfSysEventNotifyNode, listNode… in OnKEventReceived() 158 int32_t HdfSysEventNotifyRegister(struct HdfSysEventNotifyNode *notifierNode, uint64_t classSet) in HdfSysEventNotifyRegister() 182 void HdfSysEventNotifyUnregister(struct HdfSysEventNotifyNode *notifierNode) in HdfSysEventNotifyUnregister()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/ |
H A D | devhost_service_full.h | 28 struct HdfSysEventNotifyNode sysEventNotifyNode;
|
/ohos5.0/drivers/hdf_core/framework/core/host/include/ |
H A D | devhost_service.h | 27 struct HdfSysEventNotifyNode sysEventNotifyNode;
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_service_stub.c | 203 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content) in ModuleSysEventHandle() 233 static struct HdfSysEventNotifyNode sysEventNotify = { in DriverModuleLoadHelperInit()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/ |
H A D | devhost_service_full.c | 138 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content) in OnSysEventReceived()
|