Home
last modified time | relevance | path

Searched refs:NotifyInsightIntentExecuteDone (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h243 void NotifyInsightIntentExecuteDone(const Want &want, int resultCode);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp723 NotifyInsightIntentExecuteDone(want, ERR_INVALID_VALUE); in NotifyInsightIntentFreeInstallResult()
755 NotifyInsightIntentExecuteDone(want, ERR_INVALID_VALUE); in NotifyInsightIntentFreeInstallResult()
765 void FreeInstallManager::NotifyInsightIntentExecuteDone(const Want &want, int resultCode) in NotifyInsightIntentExecuteDone() function in OHOS::AAFwk::FreeInstallManager