/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_param.cpp | 25 bool InsightIntentExecuteParam::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 42 InsightIntentExecuteParam *InsightIntentExecuteParam::Unmarshalling(Parcel &parcel) in Unmarshalling() 44 InsightIntentExecuteParam *param = new (std::nothrow) InsightIntentExecuteParam(); in Unmarshalling() 56 bool InsightIntentExecuteParam::Marshalling(Parcel &parcel) const in Marshalling() 69 bool InsightIntentExecuteParam::IsInsightIntentExecute(const AAFwk::Want &want) in IsInsightIntentExecute() 77 bool InsightIntentExecuteParam::GenerateFromWant(const AAFwk::Want &want, in GenerateFromWant() 78 InsightIntentExecuteParam &executeParam) in GenerateFromWant() 101 bool InsightIntentExecuteParam::RemoveInsightIntent(AAFwk::Want &want) in RemoveInsightIntent() 122 void InsightIntentExecuteParam::UpdateInsightIntentCallerInfo(const WantParams &wantParams, in UpdateInsightIntentCallerInfo()
|
H A D | insight_intent_execute_manager.cpp | 49 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> ¶m) in CheckAndUpdateParam() 207 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> ¶m, Want &want) in GenerateWant()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | insight_intent_execute_param.h | 47 class InsightIntentExecuteParam : public Parcelable { 49 InsightIntentExecuteParam() = default; 50 ~InsightIntentExecuteParam() = default; 54 static InsightIntentExecuteParam *Unmarshalling(Parcel &parcel); 56 static bool GenerateFromWant(const AAFwk::Want &want, InsightIntentExecuteParam &executeParam);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/ |
H A D | insight_intent_execute_manager_test.cpp | 57 AppExecFwk::InsightIntentExecuteParam param; 64 auto paramPtr = std::make_shared<AppExecFwk::InsightIntentExecuteParam>(param); 83 AppExecFwk::InsightIntentExecuteParam param; 91 auto paramPtr = std::make_shared<AppExecFwk::InsightIntentExecuteParam>(param);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_info.h | 27 using InsightIntentExecuteParam = AppExecFwk::InsightIntentExecuteParam; variable 35 std::shared_ptr<InsightIntentExecuteParam> executeParam = nullptr;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/ |
H A D | insight_intent_execute_param_test.cpp | 30 using InsightIntentExecuteParam = AppExecFwk::InsightIntentExecuteParam; typedef 85 InsightIntentExecuteParam executeParam; 86 auto ret = InsightIntentExecuteParam::GenerateFromWant(want, executeParam); 123 InsightIntentExecuteParam::UpdateInsightIntentCallerInfo(wantParams, insightIntentParam);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.h | 37 using InsightIntentExecuteParam = AppExecFwk::InsightIntentExecuteParam; variable 257 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 268 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 279 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 293 const std::shared_ptr<InsightIntentExecuteParam> &executeParam,
|
H A D | cj_ui_ability.h | 39 using InsightIntentExecuteParam = AppExecFwk::InsightIntentExecuteParam; variable 243 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 254 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 267 const std::shared_ptr<InsightIntentExecuteParam> &executeParam,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ui_ability_impl.h | 241 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 244 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 247 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 250 const std::shared_ptr<InsightIntentExecuteParam> &executeParam,
|
H A D | ui_ability.h | 47 class InsightIntentExecuteParam; variable 54 using InsightIntentExecuteParam = AppExecFwk::InsightIntentExecuteParam; variable 507 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 518 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, 529 const std::shared_ptr<InsightIntentExecuteParam> &executeParam,
|
H A D | js_service_extension.h | 184 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &executeParam,
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.h | 32 AppExecFwk::InsightIntentExecuteParam &executeParam); 34 int32_t StartAVPlayback(AppExecFwk::InsightIntentExecuteParam &executeParam);
|
H A D | avsession_dynamic_insight.cpp | 121 AppExecFwk::InsightIntentExecuteParam &executeParam) in GetPlayIntentParam() 170 int32_t InsightAdapter::StartAVPlayback(AppExecFwk::InsightIntentExecuteParam &executeParam) in StartAVPlayback() 198 AppExecFwk::InsightIntentExecuteParam executeParam; in IsSupportPlayIntent() 204 AppExecFwk::InsightIntentExecuteParam executeParam; in StartAVPlayback()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability_impl.cpp | 605 if (!InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in AbilityTransaction() 618 if (!InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in AbilityTransaction() 678 auto executeParam = std::make_shared<InsightIntentExecuteParam>(); in HandleExecuteInsightIntentForeground() 679 auto ret = InsightIntentExecuteParam::GenerateFromWant(want, *executeParam); in HandleExecuteInsightIntentForeground() 709 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentRepeateForeground() 731 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentMoveToForeground() 793 auto executeParam = std::make_shared<InsightIntentExecuteParam>(); in HandleExecuteInsightIntentBackground() 794 auto ret = InsightIntentExecuteParam::GenerateFromWant(want, *executeParam); in HandleExecuteInsightIntentBackground() 826 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentBackgroundByColdBoot() 849 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentBackgroundAlreadyStart()
|
H A D | extension_impl.cpp | 148 AppExecFwk::InsightIntentExecuteParam::IsInsightIntentExecute(want); in UIExtensionAbilityExecuteInsightIntent() 422 …if (!AppExecFwk::InsightIntentExecuteParam::IsInsightIntentExecute(want) || !skipCommandExtensionW… in CommandExtension()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | insight_intent_execute_manager.h | 75 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> ¶m); 88 …static int32_t GenerateWant(const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> ¶m, W…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_execute_param.h | 25 bool UnwrapExecuteParam(napi_env env, napi_value param, AppExecFwk::InsightIntentExecuteParam &exec…
|
H A D | napi_common_execute_param.cpp | 25 bool UnwrapExecuteParam(napi_env env, napi_value param, InsightIntentExecuteParam &executeParam) in UnwrapExecuteParam()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension_base.cpp | 228 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart() 382 …if (InsightIntentExecuteParam::IsInsightIntentExecute(want) && winCmd == AAFwk::WIN_CMD_FOREGROUND… in OnCommandWindow() 441 executorInfo.executeParam = std::make_shared<InsightIntentExecuteParam>(); in ForegroundWindowWithInsightIntent() 442 InsightIntentExecuteParam::GenerateFromWant(want, *executorInfo.executeParam); in ForegroundWindowWithInsightIntent() 572 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnForeground()
|
H A D | js_ui_extension.cpp | 261 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart() 435 …if (InsightIntentExecuteParam::IsInsightIntentExecute(want) && winCmd == AAFwk::WIN_CMD_FOREGROUND… in OnCommandWindow() 498 executorInfo.executeParam = std::make_shared<InsightIntentExecuteParam>(); in ForegroundWindowWithInsightIntent() 499 InsightIntentExecuteParam::GenerateFromWant(want, *executorInfo.executeParam); in ForegroundWindowWithInsightIntent() 626 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnForeground()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | ability_permission_util.cpp | 70 if (isDelegatorCall || InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in IsDominateScreen()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ui_ability.cpp | 553 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentRepeateForeground() 586 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentMoveToForeground() 621 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in GetInsightIntentExecutorInfo()
|
H A D | js_ui_ability.cpp | 329 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart() 940 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentRepeateForeground() 980 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentMoveToForeground() 1025 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in ExecuteInsightIntentBackground() 1057 const std::shared_ptr<InsightIntentExecuteParam> &executeParam, in GetInsightIntentExecutorInfo() 1271 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnNewWant()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/ |
H A D | abilitymgrinsightintentexecutemanager_fuzzer.cpp | 82 std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> paramPtr; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/ |
H A D | js_insight_intent_driver.cpp | 104 InsightIntentExecuteParam param; in OnExecute()
|