Home
last modified time | relevance | path

Searched refs:INSIGHT_INTENT_EXECUTE_PARAM_NAME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_param.cpp71 if (want.HasParameter(INSIGHT_INTENT_EXECUTE_PARAM_NAME)) { in IsInsightIntentExecute()
81 if (!wantParams.HasParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME)) { in GenerateFromWant()
90 executeParam.insightIntentName_ = wantParams.GetStringParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME); in GenerateFromWant()
104 if (want.HasParameter(INSIGHT_INTENT_EXECUTE_PARAM_NAME)) { in RemoveInsightIntent()
105 want.RemoveParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME); in RemoveInsightIntent()
H A Dinsight_intent_execute_manager.cpp93 want.GetStringParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME), executeMode, srcEntry); in CheckAndUpdateWant()
241 want.SetParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME, param->insightIntentName_); in GenerateWant()
253 std::string insightIntentName = want.GetStringParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME); in IsValidCall()
H A Dfree_install_manager.cpp745 … auto insightIntentName = (*it).want.GetStringParam(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_NAME); in NotifyInsightIntentFreeInstallResult()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_execute_param.h39 constexpr char INSIGHT_INTENT_EXECUTE_PARAM_NAME[] = "ohos.insightIntent.executeParam.name"; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/
H A Dinsight_intent_execute_param_test.cpp70 …wantParams.SetParam(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_NAME, AAFwk::String::Box(TEST_INSIGHT…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H A Djs_service_extension_test.cpp323 std::string paramName(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_NAME);