Home
last modified time | relevance | path

Searched refs:INSIGHT_INTENT_EXECUTE_PARAM_ID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_param.cpp91 …teParam.insightIntentId_ = std::stoull(wantParams.GetStringParam(INSIGHT_INTENT_EXECUTE_PARAM_ID)); in GenerateFromWant()
107 if (want.HasParameter(INSIGHT_INTENT_EXECUTE_PARAM_ID)) { in RemoveInsightIntent()
108 want.RemoveParam(INSIGHT_INTENT_EXECUTE_PARAM_ID); in RemoveInsightIntent()
H A Dinsight_intent_execute_manager.cpp99 want.SetParam(INSIGHT_INTENT_EXECUTE_PARAM_ID, std::to_string(intentId)); in CheckAndUpdateWant()
243 want.SetParam(INSIGHT_INTENT_EXECUTE_PARAM_ID, std::to_string(param->insightIntentId_)); in GenerateWant()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_execute_param.h42 constexpr char INSIGHT_INTENT_EXECUTE_PARAM_ID[] = "ohos.insightIntent.executeParam.id"; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/
H A Dinsight_intent_execute_param_test.cpp71 wantParams.SetParam(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_ID, AAFwk::String::Box("1"));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H A Djs_service_extension_test.cpp324 std::string insightIntentId(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_ID);