Home
last modified time | relevance | path

Searched refs:AddInsightIntentExecute (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dinsight_intent_host_client.h43 …uint64_t AddInsightIntentExecute(const std::shared_ptr<InsightIntentExecuteCallbackInterface> &cal…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dinsight_intent_host_client.cpp35 uint64_t InsightIntentHostClient::AddInsightIntentExecute( in AddInsightIntentExecute() function in OHOS::AbilityRuntime::InsightIntentHostClient
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
H A Djs_insight_intent_driver.cpp133 uint64_t key = InsightIntentHostClient::GetInstance()->AddInsightIntentExecute(client); in OnExecute()