Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1250 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents);
1262 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents);
1273 DistributedSchedService::GetInstance().GetCallComponentList(distributedComponents);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h273 void GetCallComponentList(std::vector<std::string>& distributedComponents);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1938 GetCallComponentList(distributedComponents); in GetDistributedComponentList()
1977 void DistributedSchedService::GetCallComponentList(std::vector<std::string>& distributedComponents) in GetCallComponentList() function in OHOS::DistributedSchedule::DistributedSchedService