/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor.cpp | 38 auto executeParam = intentInfo.executeParam; in Init() local
|
H A D | insight_intent_executor_mgr.cpp | 37 auto executeParam = executeInfo.executeParam; in ExecuteInsightIntent() local [all...] |
H A D | js_insight_intent_executor.cpp | 168 auto executeParam = info.executeParam; in LoadJsCode() local
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_info.h | 35 std::shared_ptr<InsightIntentExecuteParam> executeParam = nullptr; member
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_execute_param.cpp | 25 bool UnwrapExecuteParam(napi_env env, napi_value param, InsightIntentExecuteParam &executeParam) in UnwrapExecuteParam() argument
|
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/ |
H A D | insight_intent_execute_param_test.cpp | 85 InsightIntentExecuteParam executeParam; in HWTEST_F() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_param.cpp | 77 GenerateFromWant(const AAFwk::Want &want, InsightIntentExecuteParam &executeParam) GenerateFromWant() argument
|
H A D | free_install_manager.cpp | 774 InsightIntentExecuteParam executeParam; in NotifyInsightIntentExecuteDone() local
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 170 int32_t InsightAdapter::StartAVPlayback(AppExecFwk::InsightIntentExecuteParam &executeParam) in StartAVPlayback() argument 120 GetPlayIntentParam(const std::string& bundleName, const std::string& assetId, AppExecFwk::InsightIntentExecuteParam &executeParam) GetPlayIntentParam() argument 198 AppExecFwk::InsightIntentExecuteParam executeParam; IsSupportPlayIntent() local 204 AppExecFwk::InsightIntentExecuteParam executeParam; StartAVPlayback() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_service_extension.cpp | 472 auto executeParam = std::make_shared<AppExecFwk::InsightIntentExecuteParam>(); in HandleInsightIntent() local 515 GetInsightIntentExecutorInfo(const Want &want, const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &executeParam, InsightIntentExecutorInfo &executorInfo) GetInsightIntentExecutorInfo() argument [all...] |
H A D | ui_ability_impl.cpp | 675 auto executeParam = std::make_shared<InsightIntentExecuteParam>(); in HandleExecuteInsightIntentForeground() local 705 ExecuteInsightIntentRepeateForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentRepeateForeground() argument 727 ExecuteInsightIntentMoveToForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentMoveToForeground() argument 788 auto executeParam = std::make_shared<InsightIntentExecuteParam>(); HandleExecuteInsightIntentBackground() local 820 ExecuteInsightIntentBackgroundByColdBoot(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentBackgroundByColdBoot() argument 843 ExecuteInsightIntentBackgroundAlreadyStart(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentBackgroundAlreadyStart() argument [all...] |
H A D | ui_ability.cpp | 1135 ExecuteInsightIntentRepeateForeground(const AAFwk::Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentRepeateForeground() argument 1142 ExecuteInsightIntentMoveToForeground(const AAFwk::Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentMoveToForeground() argument 1149 ExecuteInsightIntentBackground(const AAFwk::Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentBackground() argument
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ui_ability.cpp | 710 ExecuteInsightIntentRepeateForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentRepeateForeground() argument 743 ExecuteInsightIntentMoveToForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentMoveToForeground() argument 778 GetInsightIntentExecutorInfo(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, InsightIntentExecutorInfo& executeInfo) GetInsightIntentExecutorInfo() argument [all...] |
H A D | js_ui_ability.cpp | 925 ExecuteInsightIntentRepeateForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentRepeateForeground() argument 965 ExecuteInsightIntentMoveToForeground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentMoveToForeground() argument 1010 ExecuteInsightIntentBackground(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback) ExecuteInsightIntentBackground() argument 1042 GetInsightIntentExecutorInfo(const Want &want, const std::shared_ptr<InsightIntentExecuteParam> &executeParam, InsightIntentExecutorInfo& executeInfo) GetInsightIntentExecutorInfo() argument [all...] |