Home
last modified time | relevance | path

Searched refs:IsUsingQos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h89 bool IsUsingQos(const std::string& remoteDeviceId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp532 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) || in ContinueMissionInner()
586 if ((!isFreeInstall && IsUsingQos(remoteDeviceId)) || in ContinueMissionOfBundleNameInner()
641 int32_t result = (isFA || isFreeInstall || !IsUsingQos(want->GetElement().GetDeviceID())) ? in StartContinuationInner()
678 bool DistributedSchedStub::IsUsingQos(const std::string& remoteDeviceId) in IsUsingQos() function in OHOS::DistributedSchedule::DistributedSchedStub