Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1218 * @tc.desc: call GetCallComponentList
1226 * @tc.steps: step1. call GetCallComponentList when iter.second is empty. in HWTEST_F()
1236 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents); in HWTEST_F()
1239 * @tc.steps: step2. call GetCallComponentList when iter.second is not empty. in HWTEST_F()
1248 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents); in HWTEST_F()
1251 * @tc.steps: step3. call GetCallComponentList when calleeMap_ is not empty. in HWTEST_F()
1259 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h288 void GetCallComponentList(std::vector<std::string>& distributedComponents);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2209 GetCallComponentList(distributedComponents); in GetDistributedComponentList()
2248 void DistributedSchedService::GetCallComponentList(std::vector<std::string>& distributedComponents) in GetCallComponentList() function in OHOS::DistributedSchedule::DistributedSchedService

Completed in 11 milliseconds