Home
last modified time | relevance | path

Searched refs:CheckDeviceIdFromRemote (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
H A Ddsched_continue_test.cpp806 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 Ddsched_continue.h194 bool CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp505 !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 Ddsched_continue.cpp925 !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 Ddistributed_sched_service.h231 bool CheckDeviceIdFromRemote(const std::string& localDeviceId,
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp481 …DistributedSchedService::GetInstance().CheckDeviceIdFromRemote(localDeviceId, localDeviceId, local… in StopRemoteExtensionAbilityInnerFuzzTest()