Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h46 bool isFreeInstallFinished = false; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1490 .isFreeInstallFinished = false,
1538 .isFreeInstallFinished = true,
1560 .isFreeInstallFinished = true,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp282 freeInstallInfo.isFreeInstallFinished = true; in NotifyFreeInstallResult()
H A Dability_manager_service.cpp2083 if (taskInfo.isFreeInstallFinished) { in StartUIAbilityBySCB()
3916 if (taskInfo.isFreeInstallFinished) { in SetMinimizedDuringFreeInstall()
12046 if (taskInfo.isFreeInstallFinished) { in PreStartMission()
12123 if (!taskInfo.isFreeInstallFinished || !taskInfo.isInstalled) { in StartUIAbilityByPreInstall()