Searched refs:CheckDeviceIdFromRemote (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_test.cpp | 806 bool ret = conti->CheckDeviceIdFromRemote("", "", ""); 812 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); 817 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); 821 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId); 826 ret = conti->CheckDeviceIdFromRemote(localDevId, destDevId, srcDevId);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/ |
H A D | dsched_continue.h | 194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 505 !CheckDeviceIdFromRemote(localDeviceId, deviceId, callerInfo.sourceDeviceId)) { in StartAbilityFromRemote() 531 !CheckDeviceIdFromRemote(localDeviceId, deviceId, callerInfo.sourceDeviceId)) { in SendResultFromRemote() 1789 !CheckDeviceIdFromRemote(localDeviceId, destinationDeviceId, callerInfo.sourceDeviceId)) { in StartAbilityByCallFromRemote() 2108 bool DistributedSchedService::CheckDeviceIdFromRemote(const std::string& localDeviceId, in CheckDeviceIdFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService 2150 !CheckDeviceIdFromRemote(localDeviceId, destinationDeviceId, callerInfo.sourceDeviceId)) { in ConnectAbilityFromRemote() 2917 !CheckDeviceIdFromRemote(localDeviceId, deviceId, info.callerInfo.sourceDeviceId)) { in StartFreeInstallFromRemote() 3364 !CheckDeviceIdFromRemote(localDeviceId, destinationDeviceId, callerInfo.sourceDeviceId)) { in StopExtensionAbilityFromRemote()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 925 !CheckDeviceIdFromRemote(localDeviceId, deviceId, cmd->callerInfo_.sourceDeviceId)) { in ExecuteContinueData() 1281 bool DSchedContinue::CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& dest… in CheckDeviceIdFromRemote() function in OHOS::DistributedSchedule::DSchedContinue
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 231 bool CheckDeviceIdFromRemote(const std::string& localDeviceId,
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 481 …DistributedSchedService::GetInstance().CheckDeviceIdFromRemote(localDeviceId, localDeviceId, local… in StopRemoteExtensionAbilityInnerFuzzTest()
|