Home
last modified time | relevance | path

Searched refs:sysEventNotifyNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c145 …struct DevHostService *hostService = CONTAINER_OF(self, struct DevHostService, sysEventNotifyNode); in OnSysEventReceived()
164 hostService->sysEventNotifyNode.callback = OnSysEventReceived; in DevHostServiceFullStartService()
165 ret = HdfSysEventNotifyRegister(&hostService->sysEventNotifyNode, HDF_SYSEVENT_CLASS_POWER); in DevHostServiceFullStartService()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/include/
H A Ddevhost_service_full.h28 struct HdfSysEventNotifyNode sysEventNotifyNode; member
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Ddevhost_service.h27 struct HdfSysEventNotifyNode sysEventNotifyNode; member