Home
last modified time | relevance | path

Searched refs:IsBundleInstalled (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/customization/enterprise_device_management/common/external/src/
H A Dedm_bundle_manager_impl.cpp68 bool EdmBundleManagerImpl::IsBundleInstalled(const std::string &bundleName, int32_t userId) in IsBundleInstalled() function in OHOS::EDM::EdmBundleManagerImpl
77 if (FAILED(proxy->IsBundleInstalled(bundleName, userId, APP_INDEX_ZERO, isInstalled))) { in IsBundleInstalled()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp248 if (IsBundleInstalled(event.bundleName_, userId) == false) { in ReportEvent()
350 if (!IsBundleInstalled(bundleName, userId)) { in SetAppGroup()
382 if (IsBundleInstalled(bundleName, userId) == false) { in IsBundleIdle()
417 if (!IsBundleInstalled(bundleName, userId)) { in QueryAppGroup()
443 bool BundleActiveGroupController::IsBundleInstalled(const std::string& bundleName, const int32_t us… in IsBundleInstalled() function in OHOS::DeviceUsageStats::BundleActiveGroupController
/ohos5.0/base/customization/enterprise_device_management/common/external/include/
H A Diedm_bundle_manager.h37 virtual bool IsBundleInstalled(const std::string &bundleName, int32_t userId) = 0;
H A Dedm_bundle_manager_impl.h31 bool IsBundleInstalled(const std::string &bundleName, int32_t userId) override;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/external_mock/include/
H A Dedm_bundle_manager_impl_mock.h35 … MOCK_METHOD(bool, IsBundleInstalled, (const std::string &bundleName, int32_t userId), (override));
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.cpp233 bool ExternalDepsProxy::IsBundleInstalled(const std::string& bundleName) in IsBundleInstalled() function in OHOS::NFC::ExternalDepsProxy
235 return AppDataParser::GetInstance().IsBundleInstalled(bundleName); in IsBundleInstalled()
H A Dapp_data_parser.h78 bool IsBundleInstalled(const std::string &bundleName);
H A Dexternal_deps_proxy.h97 bool IsBundleInstalled(const std::string &bundleName);
H A Dapp_data_parser.cpp640 bool AppDataParser::IsBundleInstalled(const std::string &bundleName) in IsBundleInstalled() function in OHOS::NFC::AppDataParser
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/appdataparser_test/appdataparser/appdataparser_fuzzer/
H A Dappdataparser_fuzzer.cpp121 appDataParser.IsBundleInstalled(bundleName); in FuzzIsBundleInstalled()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h80 bool IsBundleInstalled(const std::string& bundleName, const int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6510 ErrCode ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 200, 0, isInstalled);
6514 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, -10, isInstalled);
6518 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, 10000, isInstalled);
6522 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 0, 0, isInstalled);
6549 ErrCode ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 0, isInstalled);
6581 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 0, isInstalled);
6589 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 0, isInstalled);
6597 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 0, isInstalled);
6604 ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 0, isInstalled);
6629 auto ret = bundleDataMgr->IsBundleInstalled(BUNDLE_NAME_TEST, 100, 1, isInstalled);
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp904 EXPECT_EQ(coreObject->bundleGroupController_->IsBundleInstalled("test", userId), false);
906 EXPECT_EQ(coreObject->bundleGroupController_->IsBundleInstalled("test", userId), false);
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp585 ExternalDepsProxy::GetInstance().IsBundleInstalled(defaultPaymentElement_.GetBundleName()); in InitDefaultPaymentApp()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1603 virtual ErrCode IsBundleInstalled(const std::string &bundleName, int32_t userId, in IsBundleInstalled() function
H A Dbundle_mgr_proxy.h1112 virtual ErrCode IsBundleInstalled(const std::string &bundleName, int32_t userId,
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp668 if (!bundleGroupController_->IsBundleInstalled(bundleName, userId)) { in IsBundleUsePeriod()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1036 virtual ErrCode IsBundleInstalled(const std::string &bundleName, int32_t userId,
H A Dbundle_data_mgr.h1000 …ErrCode IsBundleInstalled(const std::string &bundleName, int32_t userId, int32_t appIndex, bool &i…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp1733 auto testRet = bundleMgrHostImpl_->IsBundleInstalled(BUNDLE_NAME, 0, 0, isInstalled);
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_device_mgr_ability_test.cpp3840 EXPECT_CALL(*bundleMgrMock_, IsBundleInstalled).WillOnce(DoAll(Return(false)));
3874 EXPECT_CALL(*bundleMgrMock_, IsBundleInstalled).WillOnce(DoAll(Return(true)));
3909 EXPECT_CALL(*bundleMgrMock_, IsBundleInstalled).WillOnce(DoAll(Return(true)));
4000 EXPECT_CALL(*bundleMgrMock_, IsBundleInstalled).WillOnce(DoAll(Return(true)));
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9634 … ErrCode ret = bundleMgrProxy->IsBundleInstalled(DEFAULT_APP_BUNDLE_NAME, 0, 0, isBundleInstalled);
9663 ErrCode ret = bundleMgrProxy->IsBundleInstalled(appName, 200, 0, isBundleInstalled);
9667 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, 0, isBundleInstalled);
9672 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, 3000, isBundleInstalled);
9676 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, -3000, isBundleInstalled);
9680 ret = bundleMgrProxy->IsBundleInstalled(appName, 100, 1, isBundleInstalled);
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1443 if (!GetBundleMgr()->IsBundleInstalled(bundleName, DEFAULT_USER_ID)) { in SetDelegatedPolicies()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4537 ErrCode BundleMgrHostImpl::IsBundleInstalled(const std::string &bundleName, int32_t userId, in IsBundleInstalled() function in OHOS::AppExecFwk::BundleMgrHostImpl
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 Dbundle_mgr_host.cpp4140 auto ret = IsBundleInstalled(bundleName, userId, apppIndex, isBundleInstalled); in HandleIsBundleInstalled()

12