Lines Matching refs:GetElement
455 std::string deviceId = want.GetElement().GetDeviceID(); in StartRemoteAbility()
503 std::string deviceId = want.GetElement().GetDeviceID(); in StartAbilityFromRemote()
512 DmsContinueTime::GetInstance().SetSrcBundleName(want.GetElement().GetBundleName()); in StartAbilityFromRemote()
513 DmsContinueTime::GetInstance().SetSrcAbilityName(want.GetElement().GetAbilityName()); in StartAbilityFromRemote()
535 if (want.GetElement().GetBundleName().empty() && want.GetElement().GetAbilityName().empty()) { in SendResultFromRemote()
549 std::string bundleName = missionInfo.want.GetElement().GetBundleName(); in SendResultFromRemote()
550 std::string abilityName = missionInfo.want.GetElement().GetAbilityName(); in SendResultFromRemote()
720 std::string bundleName = missionInfo.want.GetElement().GetBundleName(); in ContinueRemoteMission()
721 std::string abilityName = missionInfo.want.GetElement().GetAbilityName(); in ContinueRemoteMission()
909 OHOS::AppExecFwk::ElementName element = newWant.GetElement(); in SetWantForContinuation()
922 DmsContinueTime::GetInstance().SetSrcBundleName(want.GetElement().GetBundleName()); in DealDSchedEventResult()
925 … HILOGD("want deviceId result:%{public}s", GetAnonymStr(want.GetElement().GetDeviceID()).c_str()); in DealDSchedEventResult()
926 std::string deviceId = want.GetElement().GetDeviceID(); in DealDSchedEventResult()
962 … GetAnonymStr(want.GetElement().GetDeviceID()).c_str(), want.GetElement().GetBundleName().c_str(), in StartContinuation()
963 want.GetElement().GetAbilityName().c_str()); in StartContinuation()
1337 std::string remoteDeviceId = want.GetElement().GetDeviceID(); in ConnectRemoteAbility()
1374 std::string remoteDeviceId = want.GetElement().GetDeviceID(); in TryConnectRemoteAbility()
1395 want.GetElement(), callerInfo, TargetComponent::HARMONY_COMPONENT); in TryConnectRemoteAbility()
1535 std::string remoteDeviceId = want.GetElement().GetDeviceID(); in TryStartRemoteAbilityByCall()
1579 std::string remoteDeviceId = want.GetElement().GetDeviceID(); in SaveCallerComponent()
1582 session.AddElement(want.GetElement()); in SaveCallerComponent()
1589 session.AddElement(want.GetElement()); in SaveCallerComponent()
1593 …GetCurSrcCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_PROCESSING, ERR_OK, temp… in SaveCallerComponent()
1690 callMap_[connect] = {tToken, want.GetElement().GetDeviceID()}; in SaveConnectToken()
1704 std::string remoteDeviceId = want.GetElement().GetDeviceID(); in StartRemoteAbilityByCall()
1728 …GetCurSrcCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_START, ERR_OK, tempEvent… in StartRemoteAbilityByCall()
1783 …GetCurDestCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_START, ERR_OK, tempEven… in StartAbilityByCallFromRemote()
1787 std::string destinationDeviceId = want.GetElement().GetDeviceID(); in StartAbilityByCallFromRemote()
1814 ConnectInfo connectInfo {callerInfo, callbackWrapper, want.GetElement()}; in StartAbilityByCallFromRemote()
1825 …GetCurDestCollaborateEvent(callerInfo, want.GetElement(), DMS_DSCHED_EVENT_PROCESSING, ERR_OK, tem… in StartAbilityByCallFromRemote()
2148 std::string destinationDeviceId = want.GetElement().GetDeviceID(); in ConnectAbilityFromRemote()
2177 ConnectInfo connectInfo {callerInfo, callbackWrapper, want.GetElement()}; in ConnectAbilityFromRemote()
2862 std::string deviceId = want.GetElement().GetDeviceID(); in StartRemoteFreeInstall()
2915 std::string deviceId = info.want.GetElement().GetDeviceID(); in StartFreeInstallFromRemote()
3003 DmsContinueTime::GetInstance().SetDstAbilityName(want.GetElement().GetAbilityName()); in StartAbility()
3004 DmsContinueTime::GetInstance().SetDstBundleName(want.GetElement().GetBundleName()); in StartAbility()
3104 std::string bundleName = want.GetElement().GetBundleName(); in RegisterAppStateObserver()
3126 want.GetElement().GetBundleName(), want.GetElement().GetAbilityName(), srcConnect}; in RegisterAppStateObserver()
3362 std::string destinationDeviceId = remoteWant.GetElement().GetDeviceID(); in StopExtensionAbilityFromRemote()