Lines Matching refs:DSchedContinue

53 const std::string TAG = "DSchedContinue";
83 const std::map<int32_t, int32_t> DSchedContinue::DMS_CONVERT_TO_SDK_ERR_MAP = {
122 DSchedContinue::DSchedContinue(int32_t subServiceType, int32_t direction, const sptr<IRemoteObject>& callback,
126 HILOGI("DSchedContinue create");
134 DSchedContinue::DSchedContinue(std::shared_ptr<DSchedContinueStartCmd> startCmd, int32_t sessionId)
136 HILOGI("DSchedContinue create by start command");
166 DSchedContinue::~DSchedContinue()
168 HILOGI("DSchedContinue delete enter");
174 HILOGI("DSchedContinue delete end");
177 void DSchedContinue::SetEventData()
200 int32_t DSchedContinue::Init()
202 HILOGI("DSchedContinue init start");
207 auto dContinue = std::shared_ptr<DSchedContinue>(shared_from_this());
215 eventThread_ = std::thread(&DSchedContinue::StartEventHandler, this);
220 HILOGI("DSchedContinue init end");
224 void DSchedContinue::StartEventHandler()
242 int32_t DSchedContinue::OnContinueMission(const OHOS::AAFwk::WantParams& wantParams)
248 int32_t DSchedContinue::PostStartTask(const OHOS::AAFwk::WantParams& wantParams)
267 int32_t DSchedContinue::OnStartCmd(int32_t appVersion)
273 int32_t DSchedContinue::PostCotinueAbilityTask(int32_t appVersion)
291 int32_t DSchedContinue::OnReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd)
297 int32_t DSchedContinue::PostReplyTask(std::shared_ptr<DSchedContinueReplyCmd> cmd)
337 int32_t DSchedContinue::OnStartContinuation(const OHOS::AAFwk::Want& want, int32_t callerUid,
344 int32_t DSchedContinue::PostContinueSendTask(const OHOS::AAFwk::Want& want, int32_t callerUid, int32_t status,
383 int32_t DSchedContinue::OnContinueDataCmd(std::shared_ptr<DSchedContinueDataCmd> cmd)
389 int32_t DSchedContinue::PostContinueDataTask(std::shared_ptr<DSchedContinueDataCmd> cmd)
406 int32_t DSchedContinue::OnNotifyComplete(int32_t missionId, bool isSuccess)
423 int32_t DSchedContinue::OnContinueEndCmd(std::shared_ptr<DSchedContinueEndCmd> cmd)
433 int32_t DSchedContinue::PostNotifyCompleteTask(int32_t result)
453 int32_t DSchedContinue::OnContinueEnd(int32_t result)
459 int32_t DSchedContinue::PostContinueEndTask(int32_t result)
477 void DSchedContinue::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &event)
493 int32_t DSchedContinue::ExecuteContinueReq(std::shared_ptr<DistributedWantParams> wantParams)
539 bool DSchedContinue::CheckQuickStartConfiguration()
550 int32_t DSchedContinue::QuickStartAbility()
575 std::string DSchedContinue::QuerySinkAbilityName()
596 std::string DSchedContinue::GetAbilityNameByContinueType()
614 void DSchedContinue::DurationDumperStart()
627 int32_t DSchedContinue::PackStartCmd(std::shared_ptr<DSchedContinueStartCmd>& cmd,
661 int32_t DSchedContinue::ExecuteContinueAbility(int32_t appVersion)
696 int32_t DSchedContinue::GetMissionIdByBundleName()
707 int32_t DSchedContinue::CheckContinueAbilityPermission()
730 int32_t DSchedContinue::ExecuteContinueReply()
756 int32_t DSchedContinue::ExecuteContinueSend(std::shared_ptr<ContinueAbilityData> data)
814 void DSchedContinue::DurationDumperBeforeStartRemoteAbility()
822 void DSchedContinue::SetCleanMissionFlag(const OHOS::AAFwk::Want& want)
831 int32_t DSchedContinue::SetWantForContinuation(AAFwk::Want& newWant)
864 int32_t DSchedContinue::PackDataCmd(std::shared_ptr<DSchedContinueDataCmd>& cmd,
899 int32_t DSchedContinue::CheckStartPermission(std::shared_ptr<DSchedContinueDataCmd> cmd)
913 int32_t DSchedContinue::ExecuteContinueData(std::shared_ptr<DSchedContinueDataCmd> cmd)
963 int32_t DSchedContinue::UpdateWantForContinueType(OHOS::AAFwk::Want& want)
978 void DSchedContinue::DurationDumperBeforeStartAbility(std::shared_ptr<DSchedContinueDataCmd> cmd)
991 bool DSchedContinue::WaitAbilityStateInitial(int32_t persistentId)
1011 int32_t DSchedContinue::StartAbility(const OHOS::AAFwk::Want& want, int32_t requestCode)
1038 int32_t DSchedContinue::ExecuteNotifyComplete(int32_t result)
1074 int32_t DSchedContinue::PackReplyCmd(std::shared_ptr<DSchedContinueReplyCmd> cmd, int32_t replyCmd, int32_t appVersion,
1101 int32_t DSchedContinue::ExecuteContinueEnd(int32_t result)
1132 int32_t DSchedContinue::ConvertToDmsSdkErr(int32_t result)
1145 void DSchedContinue::NotifyContinuationCallbackResult(int32_t result)
1169 void DSchedContinue::NotifyDSchedEventResult(int32_t result)
1175 void DSchedContinue::DurationDumperComplete(int32_t result)
1195 int32_t DSchedContinue::ExecuteContinueError(int32_t result)
1211 int32_t DSchedContinue::PackEndCmd(std::shared_ptr<DSchedContinueEndCmd> cmd, int32_t result)
1234 int32_t DSchedContinue::SendCommand(std::shared_ptr<DSchedContinueCmdBase> cmd)
1262 int32_t DSchedContinue::GetSessionId()
1267 DSchedContinueInfo DSchedContinue::GetContinueInfo()
1272 bool DSchedContinue::GetLocalDeviceId(std::string& localDeviceId)
1281 bool DSchedContinue::CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
1309 void DSchedContinue::OnDataRecv(int32_t command, std::shared_ptr<DSchedDataBuffer> dataBuffer)
1362 void DSchedContinue::UpdateState(DSchedContinueStateType stateType)
1371 void DSchedContinue::OnShutDown()
1375 void DSchedContinue::OnBind()