Home
last modified time | relevance | path

Searched refs:serviceInfos (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/hdi/src/
Diservmgr_client.cpp46 int32_t ListAllService(std::vector<HdiServiceInfo> &serviceInfos) override;
137 static void HdfDevMgrDbgFillServiceInfo(std::vector<HdiServiceInfo> &serviceInfos, MessageParcel &r… in HdfDevMgrDbgFillServiceInfo() argument
148 serviceInfos.push_back(info); in HdfDevMgrDbgFillServiceInfo()
153 int32_t ServiceManagerProxy::ListAllService(std::vector<HdiServiceInfo> &serviceInfos) in ListAllService() argument
170 HdfDevMgrDbgFillServiceInfo(serviceInfos, reply); in ListAllService()
/drivers/hdf_core/interfaces/inner_api/hdi/
Diservmgr_hdi.h94 virtual int32_t ListAllService(std::vector<HdiServiceInfo> &serviceInfos) = 0;
/drivers/hdf_core/framework/tools/hdf_dbg/
Dhdf_dbg.cpp116 static void PrintAllServiceInfoUser(std::vector<HdiServiceInfo> &serviceInfos) in PrintAllServiceInfoUser() argument
125 for (auto &info : serviceInfos) { in PrintAllServiceInfoUser()
397 std::vector<HdiServiceInfo> serviceInfos; in GetAllServiceUserSpace() local
398 (void)servmgr->ListAllService(serviceInfos); in GetAllServiceUserSpace()
400 PrintAllServiceInfoUser(serviceInfos); in GetAllServiceUserSpace()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_test.cpp740 std::vector<HdiServiceInfo> serviceInfos; variable
741 int ret = servmgr->ListAllService(serviceInfos);
743 ASSERT_TRUE(serviceInfos.size() != 0);