Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/shared/src/
H A Dsvcmgr_ioservice.c109 svcmgrInst->iosvc = HdfIoServiceBind(DEV_SVCMGR_NODE); in SvcMgrIoserviceGet()
111 HDF_LOGE("ioserivce %{public}s not exist", DEV_SVCMGR_NODE); in SvcMgrIoserviceGet()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/core/
H A Dsvcmgr_ioservice.h18 #define DEV_SVCMGR_NODE "devsvc_mgr" macro
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c147 inst->serv = HdfIoServicePublish(DEV_SVCMGR_NODE, SVC_MGR_NODE_PERM); in DevSvcManagerExtStart()