Home
last modified time | relevance | path

Searched refs:DevSvcManagerGetService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevsvc_manager.h34 struct HdfObject *DevSvcManagerGetService(struct IDevSvcManager *inst, const char *svcName);
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c173 deviceService = DevSvcManagerGetService(inst, svcName); in DevSvcManagerSubscribeService()
254 struct HdfObject *DevSvcManagerGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetService() function
366 devSvcMgrIf->GetService = DevSvcManagerGetService; in DevSvcManagerConstruct()