Home
last modified time | relevance | path

Searched refs:InsightIntentExecuteParam (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_param.cpp25 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 Dinsight_intent_execute_manager.cpp49 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &param) in CheckAndUpdateParam()
207 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &param, Want &want) in GenerateWant()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_execute_param.h47 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 Dinsight_intent_execute_manager_test.cpp57 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 Dinsight_intent_executor_info.h27 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 Dinsight_intent_execute_param_test.cpp30 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 Djs_ui_ability.h37 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 Dcj_ui_ability.h39 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 Dui_ability_impl.h241 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 Dui_ability.h47 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 Djs_service_extension.h184 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &executeParam,
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Davsession_dynamic_insight.h32 AppExecFwk::InsightIntentExecuteParam &executeParam);
34 int32_t StartAVPlayback(AppExecFwk::InsightIntentExecuteParam &executeParam);
H A Davsession_dynamic_insight.cpp121 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 Dui_ability_impl.cpp605 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 Dextension_impl.cpp148 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 Dinsight_intent_execute_manager.h75 const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &param);
88 …static int32_t GenerateWant(const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &param, W…
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_execute_param.h25 bool UnwrapExecuteParam(napi_env env, napi_value param, AppExecFwk::InsightIntentExecuteParam &exec…
H A Dnapi_common_execute_param.cpp25 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 Djs_ui_extension_base.cpp228 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 Djs_ui_extension.cpp261 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 Dability_permission_util.cpp70 if (isDelegatorCall || InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in IsDominateScreen()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ui_ability.cpp553 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 Djs_ui_ability.cpp329 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 Dabilitymgrinsightintentexecutemanager_fuzzer.cpp82 std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> paramPtr; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
H A Djs_insight_intent_driver.cpp104 InsightIntentExecuteParam param; in OnExecute()

123