Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp823 …int32_t ret = DistributedSchedService::GetInstance().DisconnectEachRemoteAbilityLocked("", "", nul…
838 …int32_t ret = DistributedSchedService::GetInstance().DisconnectEachRemoteAbilityLocked("", "", con…
853 int32_t ret = DistributedSchedService::GetInstance().DisconnectEachRemoteAbilityLocked(
871 int32_t ret = DistributedSchedService::GetInstance().DisconnectEachRemoteAbilityLocked(
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h226 int32_t DisconnectEachRemoteAbilityLocked(const std::string& localDeviceId,
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp914 DistributedSchedService::GetInstance().DisconnectEachRemoteAbilityLocked(str, str, connect); in StartAbilityByCallFromRemoteInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp2186 int32_t DistributedSchedService::DisconnectEachRemoteAbilityLocked(const std::string& localDeviceId, in DisconnectEachRemoteAbilityLocked() function in OHOS::DistributedSchedule::DistributedSchedService
2229 DisconnectEachRemoteAbilityLocked(session.GetSourceDeviceId(), in DisconnectRemoteAbility()