Home
last modified time | relevance | path

Searched refs:HdfSysEventNotifyNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dosal_sysevent.h42 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 Dosal_sysevent.c108 struct HdfSysEventNotifyNode *notifyNode = NULL; in OnKEventReceived()
109 …DLIST_FOR_EACH_ENTRY(notifyNode, &notifier->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 Ddevhost_service_full.h28 struct HdfSysEventNotifyNode sysEventNotifyNode;
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevhost_service.h27 struct HdfSysEventNotifyNode sysEventNotifyNode;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_stub.c203 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 Ddevhost_service_full.c138 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content) in OnSysEventReceived()