Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_manager.h60 …std::shared_ptr<DSchedContinue> GetDSchedContinueByDevId(const std::u16string& devId, int32_t miss…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_manager.cpp475 auto dContinue = GetDSchedContinueByDevId(devId, missionId); in HandleNotifyCompleteContinuation()
487 std::shared_ptr<DSchedContinue> DSchedContinueManager::GetDSchedContinueByDevId( in GetDSchedContinueByDevId() function in OHOS::DistributedSchedule::DSchedContinueManager
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp668 … auto dContinue = DSchedContinueManager::GetInstance().GetDSchedContinueByDevId(devId, sessionId);