Home
last modified time | relevance | path

Searched refs:DevSvcManagerListService (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Ddevsvc_manager.h37 void DevSvcManagerListService(struct HdfSBuf *serviceNameSet, DeviceClass deviceClass);
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
H A Ddevmgr_service_start.c51 DevSvcManagerListService(reply, deviceClass); in HdfGetServiceNameByDeviceClass()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
H A Ddevmgr_service_start.c53 DevSvcManagerListService(reply, deviceClass); in HdfGetServiceNameByDeviceClass()
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c38 DevSvcManagerListService(reply, deviceClass); in GetDeviceServiceNameByClass()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c236 void DevSvcManagerListService(struct HdfSBuf *serviceNameSet, DeviceClass deviceClass) in DevSvcManagerListService() function