Home
last modified time | relevance | path

Searched defs:ListAllService (Results 1 – 3 of 3) sorted by relevance

/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/framework/core/common/src/
H A Ddevmgr_service_start.c43 static int32_t ListAllService(struct HdfSBuf *reply) in ListAllService() function
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Diservmgr_client.cpp165 int32_t ServiceManagerProxy::ListAllService(std::vector<HdiServiceInfo> &serviceInfos) in ListAllService() function in OHOS::HDI::ServiceManager::V1_0::ServiceManagerProxy