Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h38 bool IsRemoteInstall(const std::string &networkId, const std::string &bundleName);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp533 (isFreeInstall && IsRemoteInstall(remoteDeviceId, sourceBundleName))) { in ContinueMissionInner()
587 (isFreeInstall && IsRemoteInstall(remoteDeviceId, bundleName))) { in ContinueMissionOfBundleNameInner()
601 bool DistributedSchedStub::IsRemoteInstall(const std::string &networkId, const std::string &bundleN… in IsRemoteInstall() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp137 DistributedSchedService::GetInstance().IsRemoteInstall(networkId, bundleName); in DisconnectRemoteAbilityInnerFuzzTest()