Home
last modified time | relevance | path

Searched refs:GetConnectComponentList (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1170 * @tc.desc: call GetConnectComponentList
1178 * @tc.steps: step1. call GetConnectComponentList when iter.second is empty. in HWTEST_F()
1188 DistributedSchedService::GetInstance().GetConnectComponentList(distributedComponents); in HWTEST_F()
1191 * @tc.steps: step2. call GetConnectComponentList when iter.second is not empty. in HWTEST_F()
1200 DistributedSchedService::GetInstance().GetConnectComponentList(distributedComponents); in HWTEST_F()
1203 * @tc.steps: step3. call GetConnectComponentList when connectAbilityMap_ is not empty. in HWTEST_F()
1211 DistributedSchedService::GetInstance().GetConnectComponentList(distributedComponents); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h287 void GetConnectComponentList(std::vector<std::string>& distributedComponents);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2208 GetConnectComponentList(distributedComponents); in GetDistributedComponentList()
2213 void DistributedSchedService::GetConnectComponentList(std::vector<std::string>& distributedComponents) in GetConnectComponentList() function in OHOS::DistributedSchedule::DistributedSchedService

Completed in 12 milliseconds