Lines Matching refs:DSchedContinuation
26 const std::string TAG = "DSchedContinuation";
33 void DSchedContinuation::Init(const FuncContinuationCallback& contCallback)
40 bool DSchedContinuation::PushAbilityToken(int32_t sessionId, const sptr<IRemoteObject>& abilityToken)
74 sptr<IRemoteObject> DSchedContinuation::PopAbilityToken(int32_t sessionId)
95 int32_t DSchedContinuation::GenerateSessionId()
105 void DSchedContinuation::SetTimeOut(int32_t missionId, int32_t timeout)
114 void DSchedContinuation::RemoveTimeOut(int32_t missionId)
123 bool DSchedContinuation::IsFreeInstall(int32_t missionId)
134 bool DSchedContinuation::IsInContinuationProgress(int32_t missionId)
145 std::string DSchedContinuation::GetTargetDevice(int32_t missionId)
156 bool DSchedContinuation::PushCallback(const sptr<IRemoteObject>& callback)
162 HILOGI("DSchedContinuation PushCallback start!");
185 bool DSchedContinuation::PushCallback(int32_t missionId, const sptr<IRemoteObject>& callback,
188 HILOGI("DSchedContinuation PushCallback start!");
213 std::vector<sptr<IRemoteObject>> DSchedContinuation::GetCallback()
219 bool DSchedContinuation::CleanupCallback(const sptr<IRemoteObject>& callback)
237 sptr<IRemoteObject> DSchedContinuation::PopCallback(int32_t missionId)
263 int32_t DSchedContinuation::NotifyDSchedEventForOneCB(const sptr<IRemoteObject> &cb, int32_t resultCode)
295 int32_t DSchedContinuation::NotifyDSchedEventResult(int32_t resultCode)
319 int32_t DSchedContinuation::NotifyMissionCenterResult(int32_t missionId, int32_t resultCode)
341 void DSchedContinuation::ContinuationHandler::ProcessEvent(const InnerEvent::Pointer& event)
360 void DSchedContinuation::SetCleanMissionFlag(int32_t missionId, bool isCleanMission)
366 bool DSchedContinuation::IsCleanMission(int32_t missionId)