Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/
H A Dinsight_intent_execute_manager_test.cpp66 auto ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want);
93 auto ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h88 …static int32_t GenerateWant(const std::shared_ptr<AppExecFwk::InsightIntentExecuteParam> &param, W…
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp103 Minfos->GenerateWant(paramPtr, want); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp206 int32_t InsightIntentExecuteManager::GenerateWant( in GenerateWant() function in OHOS::AAFwk::InsightIntentExecuteManager
H A Dability_manager_service.cpp10858 ret = InsightIntentExecuteManager::GenerateWant(paramPtr, want); in ExecuteIntent()