Home
last modified time | relevance | path

Searched refs:isInstalled (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp7439 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 Dbms_bundle_kit_service_test.cpp13656 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 Dbundle_manager_internal.cpp316 bool isInstalled = bms->GetDistributedBundleInfo(dstDeviceId, bundleName, remoteBundleInfo); in CheckRemoteBundleInfoForContinuation() local
317 if (isInstalled) { in CheckRemoteBundleInfoForContinuation()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h39 bool isInstalled = false; member
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_account_data.cpp611 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 Dasac_account_data_benchmark.cpp611 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 Dbms_bundle_permission_false_test.cpp1728 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 Dfree_install_manager_test.cpp246 info.isInstalled = true; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp293 freeInstallInfo.isInstalled = true; in HandleOnFreeInstallSuccess()
317 freeInstallInfo.isInstalled = false; in HandleOnFreeInstallFail()
H A Dability_manager_service.cpp2160 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 Dability_manager_service_third_test.cpp2508 .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 Dbundle_mgr_interface.h1598 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 Dbundle_mgr_proxy.h1116 int32_t appIndex, bool &isInstalled) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp8791 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 Dbundle_mgr_host_impl.cpp4472 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 Dbundle_mgr_host_impl.h1037 int32_t appIndex, bool &isInstalled) override;
H A Dbundle_data_mgr.h994 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 Dbundle_mgr_proxy.cpp5306 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 Dability_manager_service_sixth_test.cpp1805 taskInfo.isInstalled = true; in HWTEST_F()

Completed in 119 milliseconds