Searched refs:SelectorType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/dialog_session/ |
H A D | dialog_session_manager.h | 33 enum class SelectorType { enum 44 SelectorType type = SelectorType::WITHOUT_SELECTOR; 95 …onst AAFwk::WantParams ¶meters, std::vector<DialogAppInfo> &dialogAppInfos, SelectorType type); 106 std::shared_ptr<DialogCallerInfo> dialogCallerInfo, SelectorType type);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/dialog_session/ |
H A D | dialog_session_manager.cpp | 188 std::shared_ptr<DialogCallerInfo> dialogCallerInfo, SelectorType type) in GenerateDialogCallerInfo() 218 targetWant.SetParam("isSelector", dialogCallerInfo->type != SelectorType::WITHOUT_SELECTOR); in SendDialogResult() 234 … dialogCallerInfo->requestCode, false, dialogCallerInfo->type == SelectorType::APP_CLONE_SELECTOR); in SendDialogResult() 258 …const AAFwk::WantParams ¶meters, std::vector<DialogAppInfo> &dialogAppInfos, SelectorType type) in GenerateDialogSessionRecordCommon() 265 if (type != SelectorType::WITHOUT_SELECTOR) { in GenerateDialogSessionRecordCommon() 294 dialogAppInfos, SelectorType::WITHOUT_SELECTOR); in CreateJumpModalDialog() 316 …sessionWant.SetParam("appselector.selectorType", static_cast<int>(SelectorType::IMPLICIT_START_SEL… in CreateImplicitSelectorModalDialog() 323 dialogAppInfos, SelectorType::IMPLICIT_START_SELECTOR); in CreateImplicitSelectorModalDialog() 341 AAFwk::Integer::Box(static_cast<int>(SelectorType::APP_CLONE_SELECTOR))); in CreateCloneSelectorModalDialog() 347 dialogAppInfos, SelectorType::APP_CLONE_SELECTOR); in CreateCloneSelectorModalDialog()
|