/ohos5.0/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_bundle_manager_impl.cpp | 70 bool isInstalled = false; in IsBundleInstalled() local 77 if (FAILED(proxy->IsBundleInstalled(bundleName, userId, APP_INDEX_ZERO, isInstalled))) { in IsBundleInstalled() 80 return isInstalled; in IsBundleInstalled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 6509 bool isInstalled = false; variable 6512 EXPECT_FALSE(isInstalled); 6548 bool isInstalled = false; variable 6571 bool isInstalled = false; variable 6574 EXPECT_TRUE(isInstalled); 6580 isInstalled = false; 6583 EXPECT_TRUE(isInstalled); 6606 EXPECT_TRUE(isInstalled); 6628 bool isInstalled = false; variable 6655 bool isInstalled = false; variable [all …]
|
H A D | bms_bundle_kit_service_test.cpp | 13330 bool isInstalled = false; variable 13331 auto testRet = hostImpl->IsBundleInstalled(BUNDLE_NAME_TEST, DEFAULT_USERID, 0, isInstalled); 13333 EXPECT_FALSE(isInstalled);
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 39 bool isInstalled = false; member
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_account_data.cpp | 610 bool isInstalled = false; in EnableAbility() local 613 isInstalled = true; in EnableAbility() 627 if (!isInstalled) { in EnableAbility()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 1732 bool isInstalled = false; variable 1733 auto testRet = bundleMgrHostImpl_->IsBundleInstalled(BUNDLE_NAME, 0, 0, isInstalled); 1735 EXPECT_FALSE(isInstalled);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 1506 .isInstalled = false, 1539 .isInstalled = true, 1561 .isInstalled = true,
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 291 freeInstallInfo.isInstalled = true; in HandleOnFreeInstallSuccess() 314 freeInstallInfo.isInstalled = false; in HandleOnFreeInstallFail()
|
H A D | ability_manager_service.cpp | 2085 if (!taskInfo.isInstalled) { in StartUIAbilityBySCB() 12048 if (!taskInfo.isInstalled) { in PreStartMission() 12123 if (!taskInfo.isFreeInstallFinished || !taskInfo.isInstalled) { in StartUIAbilityByPreInstall()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
H A D | free_install_manager_test.cpp | 246 info.isInstalled = true;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1604 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() argument
|
H A D | bundle_mgr_proxy.h | 1113 int32_t appIndex, bool &isInstalled) override;
|
/ohos5.0/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 | 1000 …undleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &isInstalled);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 9082 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() argument 9096 isInstalled = false; in IsBundleInstalled() 9101 isInstalled = false; in IsBundleInstalled() 9107 isInstalled = true; in IsBundleInstalled() 9112 isInstalled = false; in IsBundleInstalled() 9116 isInstalled = true; in IsBundleInstalled() 9123 isInstalled = true; in IsBundleInstalled() 9127 isInstalled = false; in IsBundleInstalled()
|
H A D | bundle_mgr_host_impl.cpp | 4538 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() argument 4555 return dataMgr->IsBundleInstalled(bundleName, userId, appIndex, isInstalled); in IsBundleInstalled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 5279 int32_t appIndex, bool &isInstalled) in IsBundleInstalled() argument 5310 isInstalled = reply.ReadBool(); in IsBundleInstalled()
|