Home
last modified time | relevance | path

Searched refs:ListAllService (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Ddevmgr_service_start.c43 static int32_t ListAllService(struct HdfSBuf *reply) in ListAllService() function
46 if (reply == NULL || devSvcManager == NULL || devSvcManager->super.ListAllService == NULL) { in ListAllService()
50 devSvcManager->super.ListAllService(&devSvcManager->super, reply); in ListAllService()
94 ret = ListAllService(reply); in DeviceManagerDispatch()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Ddevsvc_manager_if.h29 void (*ListAllService)(struct IDevSvcManager *, struct HdfSBuf *); member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Diservmgr_client.cpp46 int32_t ListAllService(std::vector<HdiServiceInfo> &serviceInfos) override;
165 int32_t ServiceManagerProxy::ListAllService(std::vector<HdiServiceInfo> &serviceInfos) in ListAllService() function in OHOS::HDI::ServiceManager::V1_0::ServiceManagerProxy
/ohos5.0/drivers/hdf_core/interfaces/inner_api/hdi/
H A Diservmgr_hdi.h94 virtual int32_t ListAllService(std::vector<HdiServiceInfo> &serviceInfos) = 0;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_dump.c377 instance->ListAllService(instance, data); in DevMgrQueryUserService()
H A Ddevsvc_manager_stub.c383 super->ListAllService(super, reply); in DevSvcManagerStubListAllService()
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c367 devSvcMgrIf->ListAllService = DevSvcManagerListAllService; in DevSvcManagerConstruct()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp398 (void)servmgr->ListAllService(serviceInfos); in GetAllServiceUserSpace()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H A Dservice_manager_hdi_test.cpp755 int ret = servmgr->ListAllService(serviceInfos);