Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h59 …std::shared_ptr<DSchedContinue> GetDSchedContinueByWant(const OHOS::AAFwk::Want& want, int32_t mis…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp389 if (GetDSchedContinueByWant(want, missionId) == nullptr) { in StartContinuation()
410 auto dContinue = GetDSchedContinueByWant(want, missionId); in HandleStartContinuation()
420 std::shared_ptr<DSchedContinue> DSchedContinueManager::GetDSchedContinueByWant( in GetDSchedContinueByWant() function in OHOS::DistributedSchedule::DSchedContinueManager