Home
last modified time | relevance | path

Searched refs:insightIntentName (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_execute_param.cpp53 std::string insightIntentName {""}; in UnwrapExecuteParam()
54 if (!UnwrapStringByPropertyName(env, param, "insightIntentName", insightIntentName)) { in UnwrapExecuteParam()
55 TAG_LOGE(AAFwkTag::JSNAPI, "Wrong argument type insightIntentName"); in UnwrapExecuteParam()
58 executeParam.insightIntentName_ = insightIntentName; in UnwrapExecuteParam()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp253 std::string insightIntentName = want.GetStringParam(INSIGHT_INTENT_EXECUTE_PARAM_NAME); in IsValidCall() local
254 if (insightIntentName.empty()) { in IsValidCall()
255 TAG_LOGE(AAFwkTag::INTENT, "empty insightIntentName"); in IsValidCall()
258 TAG_LOGD(AAFwkTag::INTENT, "insightIntentName: %{public}s", insightIntentName.c_str()); in IsValidCall()
H A Dfree_install_manager.cpp752 auto insightIntentName = (*it).want.GetStringParam(AppExecFwk::INSIGHT_INTENT_EXECUTE_PARAM_NAME); in NotifyInsightIntentFreeInstallResult() local
756 auto ret = AbilityRuntime::InsightIntentUtils::GetSrcEntry(it->want.GetElement(), insightIntentName, in NotifyInsightIntentFreeInstallResult()
760 "moduleName: %{public}s, insightIntentName: %{public}s", bundleName.c_str(), moduleName.c_str(), in NotifyInsightIntentFreeInstallResult()
761 insightIntentName.c_str()); in NotifyInsightIntentFreeInstallResult()

Completed in 3 milliseconds