/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 7439 bool isInstalled = false; in HWTEST_F() local 7440 ErrCode ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 200, 0, isInstalled); in HWTEST_F() 7442 EXPECT_FALSE(isInstalled); in HWTEST_F() 7444 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, -10, isInstalled); in HWTEST_F() 7446 EXPECT_FALSE(isInstalled); in HWTEST_F() 7448 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, 10000, isInstalled); in HWTEST_F() 7450 EXPECT_FALSE(isInstalled); in HWTEST_F() 7452 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, 0, isInstalled); in HWTEST_F() 7454 EXPECT_FALSE(isInstalled); in HWTEST_F() 7456 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, Constants::ANY_USERID, 0, isInstalled); in HWTEST_F() 7478 bool isInstalled = false; HWTEST_F() local 7501 bool isInstalled = false; HWTEST_F() local 7558 bool isInstalled = false; HWTEST_F() local 7585 bool isInstalled = false; HWTEST_F() local [all...] |
H A D | bms_bundle_kit_service_test.cpp | 13656 bool isInstalled = false; in HWTEST_F() local 13657 auto testRet = hostImpl->IsBundleInstalled(BUNDLE_NAME_TEST, DEFAULT_USERID, 0, isInstalled); in HWTEST_F() 13659 EXPECT_FALSE(isInstalled); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 316 bool isInstalled = bms->GetDistributedBundleInfo(dstDeviceId, bundleName, remoteBundleInfo); in CheckRemoteBundleInfoForContinuation() local 317 if (isInstalled) { in CheckRemoteBundleInfoForContinuation()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 39 bool isInstalled = false; member
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_account_data.cpp | 611 bool isInstalled = false; in EnableAbility() local 614 isInstalled = true; in EnableAbility() 628 if (!isInstalled) { in EnableAbility()
|
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_account_data_benchmark.cpp | 611 bool isInstalled = false; in EnableAbility() local 614 isInstalled = true; in EnableAbility() 628 if (!isInstalled) { in EnableAbility()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1728 bool isInstalled = false; in HWTEST_F() local 1729 auto testRet = bundleMgrHostImpl_->IsBundleInstalled(BUNDLE_NAME, 0, 0, isInstalled); in HWTEST_F() 1731 EXPECT_FALSE(isInstalled); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | free_install_manager_test.cpp | 246 info.isInstalled = true; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 293 freeInstallInfo.isInstalled = true; in HandleOnFreeInstallSuccess() 317 freeInstallInfo.isInstalled = false; in HandleOnFreeInstallFail()
|
H A D | ability_manager_service.cpp | 2160 if (!taskInfo.isInstalled) { in StartUIAbilityBySCB() 11717 if (!taskInfo.isInstalled) { in PreStartMission() 11792 if (!taskInfo.isFreeInstallFinished || !taskInfo.isInstalled) { in StartUIAbilityByPreInstall()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 2508 .isInstalled = false, in HWTEST_F() 2541 .isInstalled = true, in HWTEST_F() 2563 .isInstalled = true, in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1598 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() 1597 IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled) IsBundleInstalled() argument
|
H A D | bundle_mgr_proxy.h | 1116 int32_t appIndex, bool &isInstalled) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 8791 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() 8805 isInstalled = false; in IsBundleInstalled() 8810 isInstalled = false; in IsBundleInstalled() 8816 isInstalled = true; in IsBundleInstalled() 8821 isInstalled = false; in IsBundleInstalled() 8825 isInstalled = true; in IsBundleInstalled() 8832 isInstalled = true; in IsBundleInstalled() 8836 isInstalled = false; in IsBundleInstalled() 8790 IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled) IsBundleInstalled() argument
|
H A D | bundle_mgr_host_impl.cpp | 4472 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() 4489 return dataMgr->IsBundleInstalled(bundleName, userId, appIndex, isInstalled); in IsBundleInstalled() 4471 IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled) IsBundleInstalled() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1037 int32_t appIndex, bool &isInstalled) override;
|
H A D | bundle_data_mgr.h | 994 ErrCode IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 5306 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() 5337 isInstalled = reply.ReadBool(); in IsBundleInstalled() 5305 IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled) IsBundleInstalled() argument
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/ |
H A D | ability_manager_service_sixth_test.cpp | 1805 taskInfo.isInstalled = true; in HWTEST_F()
|