Home
last modified time | relevance | path

Searched refs:RemoveExecuteIntent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h79 int32_t RemoveExecuteIntent(uint64_t intentId);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp95 Minfos->RemoveExecuteIntent(intentId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp130 int32_t InsightIntentExecuteManager::RemoveExecuteIntent(uint64_t intentId) in RemoveExecuteIntent() function in OHOS::AAFwk::InsightIntentExecuteManager
H A Dability_manager_service.cpp10891 …DelayedSingleton<InsightIntentExecuteManager>::GetInstance()->RemoveExecuteIntent(paramPtr->insigh… in ExecuteIntent()