Home
last modified time | relevance | path

Searched refs:ProcessCalleeOffline (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1170 DistributedSchedService::GetInstance().ProcessCalleeOffline(REMOTE_DEVICEID);
1174 DistributedSchedService::GetInstance().ProcessCalleeOffline(localDeviceId);
H A Ddistributed_sched_service_first_test.cpp1393 DistributedSchedService::GetInstance().ProcessCalleeOffline("deviceId");
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h271 void ProcessCalleeOffline(const std::string& deviceId);
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp114 DistributedSchedService::GetInstance().ProcessCalleeOffline(devId); in ConnectRemoteAbilityInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1632 void DistributedSchedService::ProcessCalleeOffline(const std::string& deviceId) in ProcessCalleeOffline() function in OHOS::DistributedSchedule::DistributedSchedService
2377 ProcessCalleeOffline(deviceId); in ProcessDeviceOffline()