Home
last modified time | relevance | path

Searched refs:HdfSysEventNotifyRegister (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/utils/
Dosal_sysevent.h53 int32_t HdfSysEventNotifyRegister(struct HdfSysEventNotifyNode *notifierNode, uint64_t classSet);
/drivers/hdf_core/adapter/uhdf2/osal/src/
Dosal_sysevent.c158 int32_t HdfSysEventNotifyRegister(struct HdfSysEventNotifyNode *notifierNode, uint64_t classSet) in HdfSysEventNotifyRegister() function
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevhost_service_full.c165 ret = HdfSysEventNotifyRegister(&hostService->sysEventNotifyNode, HDF_SYSEVENT_CLASS_POWER); in DevHostServiceFullStartService()
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_service_stub.c231 int32_t ret = HdfSysEventNotifyRegister(&sysEventNotify, HDF_SYSEVENT_CLASS_MODULE); in DriverModuleLoadHelperInit()