Home
last modified time | relevance | path

Searched refs:IsBundleExist (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp266 if (dataMgr->IsBundleExist(bundleName)) { in BatchGetBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1504 if (isBrokerServiceExisted_ && !IsBundleExist(bundleName)) { in CleanBundleCacheFiles()
1641 if (isBrokerServiceExisted_ && !IsBundleExist(bundleName)) { in CleanBundleDataFiles()
3081 if (isBrokerServiceExisted_ && !IsBundleExist(bundleName)) { in GetBundleStats()
3953 bool BundleMgrHostImpl::IsBundleExist(const std::string &bundleName) in IsBundleExist() function in OHOS::AppExecFwk::BundleMgrHostImpl
3960 return dataMgr->IsBundleExist(bundleName); in IsBundleExist()
H A Dbundle_data_mgr.cpp3515 bool BundleDataMgr::IsBundleExist(const std::string &bundleName) const in IsBundleExist() function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1071 bool IsBundleExist(const std::string &bundleName);
H A Dbundle_data_mgr.h896 bool IsBundleExist(const std::string &bundleName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2119 * @tc.name: test IsBundleExist
2127 bool ret = dataMgr->IsBundleExist(bundleName); in HWTEST_F()
2134 ret = dataMgr->IsBundleExist(BUNDLE_NAME); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9665 * @tc.name: test IsBundleExist
9666 * @tc.desc: 1.Test the IsBundleExist by BundleMgrHostImpl
9672 bool ret = hostImpl->IsBundleExist(BUNDLE_NAME_DEMO); in HWTEST_F()

Completed in 50 milliseconds