Home
last modified time | relevance | path

Searched defs:pageLoader (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_executor/
H A Dinsight_intent_executor.js19 onExecuteInUIAbilityForegroundMode(name, param, pageLoader) { argument
33 onExecuteInUIExtensionAbility(name, param, pageLoader) { argument
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_info.h34 std::shared_ptr<NativeReference> pageLoader = nullptr; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp112 const std::shared_ptr<NativeReference>& pageLoader, in HandleExecuteIntent()