Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h225 void PostUpgradeAtomicServiceTask(int resultCode, const Want &want, int32_t userId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp542 PostUpgradeAtomicServiceTask(resultCode, want, userId); in OnInstallFinished()
545 void FreeInstallManager::PostUpgradeAtomicServiceTask(int resultCode, const Want &want, int32_t use… in PostUpgradeAtomicServiceTask() function in OHOS::AAFwk::FreeInstallManager
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dfree_install_manager_test.cpp471 freeInstallManager_->PostUpgradeAtomicServiceTask(resultCode, want, userId);