Home
last modified time | relevance | path

Searched refs:INTENT (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp38 TAG_LOGE(AAFwkTag::INTENT, "null remote object"); in OnRemoteDied()
56 TAG_LOGE(AAFwkTag::INTENT, "null callerToken"); in CheckAndUpdateParam()
60 TAG_LOGE(AAFwkTag::INTENT, "null param"); in CheckAndUpdateParam()
65 TAG_LOGE(AAFwkTag::INTENT, "invalid param"); in CheckAndUpdateParam()
95 TAG_LOGE(AAFwkTag::INTENT, "empty srcEntry"); in CheckAndUpdateWant()
143 TAG_LOGE(AAFwkTag::INTENT, "intent not found, id: %{public}" PRIu64, intentId); in ExecuteIntentDone()
153 TAG_LOGD(AAFwkTag::INTENT, "callback start, id:%{public}" PRIu64, intentId); in ExecuteIntentDone()
161 TAG_LOGE(AAFwkTag::INTENT, "Failed to get IIntentExecuteCallback"); in ExecuteIntentDone()
210 TAG_LOGE(AAFwkTag::INTENT, "null param"); in GenerateWant()
237 TAG_LOGE(AAFwkTag::INTENT, "Insight intent srcEntry invalid"); in GenerateWant()
[all …]
H A Dinsight_intent_execute_callback_proxy.cpp25 TAG_LOGD(AAFwkTag::INTENT, "called"); in OnExecuteDone()
28 TAG_LOGE(AAFwkTag::INTENT, "interface token write failed"); in OnExecuteDone()
32 TAG_LOGE(AAFwkTag::INTENT, "key write failed"); in OnExecuteDone()
36 TAG_LOGE(AAFwkTag::INTENT, "resultCode Int32 write failed"); in OnExecuteDone()
40 TAG_LOGE(AAFwkTag::INTENT, "executeResult Parcelable write failed"); in OnExecuteDone()
45 TAG_LOGE(AAFwkTag::INTENT, "null remote"); in OnExecuteDone()
53 TAG_LOGE(AAFwkTag::INTENT, "SendRequest fail, error: %{public}d", error); in OnExecuteDone()
H A Dinsight_intent_utils.cpp47 TAG_LOGW(AAFwkTag::INTENT, "ability name mismatch"); in CheckAbilityName()
56 …TAG_LOGD(AAFwkTag::INTENT, "get srcEntry, elementName: %{public}s, intentName: %{public}s, mode: %… in GetSrcEntry()
62 TAG_LOGE(AAFwkTag::INTENT, "input param empty"); in GetSrcEntry()
76 TAG_LOGE(AAFwkTag::INTENT, "Get json profile failed code: %{public}d", ret); in GetSrcEntry()
83 TAG_LOGE(AAFwkTag::INTENT, "Transform profile failed"); in GetSrcEntry()
91 TAG_LOGD(AAFwkTag::INTENT, "srcEntry: %{public}s", srcEntry.c_str()); in GetSrcEntry()
96 TAG_LOGE(AAFwkTag::INTENT, "get srcEntry failed"); in GetSrcEntry()
H A Dinsight_intent_execute_callback_stub.cpp31 TAG_LOGE(AAFwkTag::INTENT, "InterfaceToken not equal"); in OnRemoteRequest()
43 TAG_LOGD(AAFwkTag::INTENT, "called"); in OnExecuteDoneInner()
49 TAG_LOGE(AAFwkTag::INTENT, "null executeResult"); in OnExecuteDoneInner()
H A Dinsight_intent_profile.cpp234 TAG_LOGE(AAFwkTag::INTENT, "Intent name is empty"); in TransformToInsightIntentInfo()
264 TAG_LOGD(AAFwkTag::INTENT, "called"); in TransformToInfos()
278 TAG_LOGD(AAFwkTag::INTENT, "called"); in TransformTo()
281 TAG_LOGE(AAFwkTag::INTENT, "jsonObject is discarded"); in TransformTo()
291 TAG_LOGE(AAFwkTag::INTENT, "g_parseResult is %{public}d", g_parseResult); in TransformTo()
H A Dinsight_intent_execute_param.cpp82 TAG_LOGE(AAFwkTag::INTENT, "empty want"); in GenerateFromWant()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp54 TAG_LOGI(AAFwkTag::INTENT, "called"); in ~JsInsightIntentExecutor()
59 TAG_LOGD(AAFwkTag::INTENT, "called"); in Init()
116 TAG_LOGD(AAFwkTag::INTENT, "called"); in HandleExecuteIntent()
167 TAG_LOGD(AAFwkTag::INTENT, "called"); in LoadJsCode()
196 TAG_LOGD(AAFwkTag::INTENT, "called"); in CallJsFunctionWithResult()
222 TAG_LOGD(AAFwkTag::INTENT, "called"); in CallJsFunctionWithResultInner()
241 TAG_LOGD(AAFwkTag::INTENT, "called"); in GetResultFromJs()
251 TAG_LOGD(AAFwkTag::INTENT, "called"); in ResolveCbCpp()
281 TAG_LOGD(AAFwkTag::INTENT, "called"); in ReplyFailed()
294 TAG_LOGD(AAFwkTag::INTENT, "called"); in ReplySucceeded()
[all …]
H A Dinsight_intent_executor_mgr.cpp25 TAG_LOGD(AAFwkTag::INTENT, "called"); in InsightIntentExecutorMgr()
30 TAG_LOGI(AAFwkTag::INTENT, "called"); in ~InsightIntentExecutorMgr()
36 TAG_LOGD(AAFwkTag::INTENT, "called"); in ExecuteInsightIntent()
47 TAG_LOGD(AAFwkTag::INTENT, "called"); in ExecuteInsightIntent()
50 TAG_LOGE(AAFwkTag::INTENT, "null executorMgr"); in ExecuteInsightIntent()
60 TAG_LOGE(AAFwkTag::INTENT, "null intentExecutor"); in ExecuteInsightIntent()
66 TAG_LOGE(AAFwkTag::INTENT, "Init intent executor failed"); in ExecuteInsightIntent()
77 TAG_LOGE(AAFwkTag::INTENT, "Handle Execute intent failed"); in ExecuteInsightIntent()
88 TAG_LOGD(AAFwkTag::INTENT, "called"); in AddInsightIntentExecutor()
95 TAG_LOGD(AAFwkTag::INTENT, "called"); in RemoveInsightIntentExecutor()
[all …]
H A Dinsight_intent_executor.cpp26 TAG_LOGD(AAFwkTag::INTENT, "called"); in Create()
40 TAG_LOGE(AAFwkTag::INTENT, "null executeParam"); in Init()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/insight_intent/insight_intent_context/
H A Djs_insight_intent_context.cpp32 TAG_LOGI(AAFwkTag::INTENT, "called"); in Finalizer()
44 TAG_LOGD(AAFwkTag::INTENT, "called"); in OnStartAbility()
52 TAG_LOGE(AAFwkTag::INTENT, "check startAbility param failed"); in OnStartAbility()
58 TAG_LOGE(AAFwkTag::INTENT, "invalid context"); in OnStartAbility()
66 TAG_LOGE(AAFwkTag::INTENT, "bundleName is empty or invalid"); in OnStartAbility()
82 TAG_LOGE(AAFwkTag::INTENT, "context is released"); in OnStartAbility()
101 TAG_LOGD(AAFwkTag::INTENT, "end"); in OnStartAbility()
107 TAG_LOGD(AAFwkTag::INTENT, "called"); in CreateJsInsightIntentContext()
115 TAG_LOGD(AAFwkTag::INTENT, "end"); in CreateJsInsightIntentContext()
122 TAG_LOGE(AAFwkTag::INTENT, "invalid argc"); in CheckStartAbilityParam()
[all …]
H A Dinsight_intent_context.cpp27 TAG_LOGD(AAFwkTag::INTENT, "called"); in StartAbilityByInsightIntent()
30 TAG_LOGE(AAFwkTag::INTENT, "failed to startAbility. ret=%{public}d", err); in StartAbilityByInsightIntent()
32 TAG_LOGD(AAFwkTag::INTENT, "end"); in StartAbilityByInsightIntent()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dinsight_intent_host_client.cpp29 TAG_LOGE(AAFwkTag::INTENT, "failed to create InsightIntentHostClient."); in GetInstance()
38 TAG_LOGD(AAFwkTag::INTENT, "called"); in AddInsightIntentExecute()
46 TAG_LOGD(AAFwkTag::INTENT, "called"); in RemoveInsightIntentExecute()
57 TAG_LOGD(AAFwkTag::INTENT, "called"); in OnExecuteDone()
64 TAG_LOGI(AAFwkTag::INTENT, "InsightIntent execute callback not found"); in OnExecuteDone()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
H A Djs_insight_intent_driver.cpp85 TAG_LOGI(AAFwkTag::INTENT, "called"); in Finalizer()
97 TAG_LOGD(AAFwkTag::INTENT, "called"); in OnExecute()
99 TAG_LOGE(AAFwkTag::INTENT, "invalid argc"); in OnExecute()
106 TAG_LOGE(AAFwkTag::INTENT, "CheckOnOffType, Parse on off type failed"); in OnExecute()
129 TAG_LOGE(AAFwkTag::INTENT, "asyncTask is nullptr"); in OnExecute()
146 TAG_LOGD(AAFwkTag::INTENT, "called"); in JsInsightIntentDriverInit()
148 TAG_LOGE(AAFwkTag::INTENT, "Invalid input parameters"); in JsInsightIntentDriverInit()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent/
H A Djs_insight_intent.cpp35 TAG_LOGE(AAFwkTag::INTENT, "null env"); in ExecuteModeInit()
55 TAG_LOGD(AAFwkTag::INTENT, "called"); in JsInsightIntentInit()
57 TAG_LOGE(AAFwkTag::INTENT, "null env or exportObj"); in JsInsightIntentInit()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md44 | INTENT_PARAMS_INTENT | ability.want.params.INTENT | 指示用行为选择器…
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dhilog_tag_wrapper.h58 INTENT, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-ability-wantConstant.md44 | INTENT_PARAMS_INTENT | ability.want.params.INTENT | Action o…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-ability.md141 …nt<br>类名: Action<br>方法 or 属性:INTENT_PARAMS_INTENT = "ability.want.params.INTENT"|NA|@ohos.app.abil…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-ability.md141 …br>Method or attribute name: INTENT_PARAMS_INTENT = "ability.want.params.INTENT"|NA|@ohos.app.abil…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-ability.md660 …S_INTENT = "ability.want.params.INTENT"<br>旧版本信息:|类名:Action;<br>方法or属性:INTENT_PARAMS_INTENT = "abi…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-ability.md660 …y.want.params.INTENT"<br>Old version: |Class name: Action;<br>Method or attribute name: INTENT_PAR…