Home
last modified time | relevance | path

Searched refs:DeleteResourceInfo (Results 1 - 25 of 29) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp78 bool BundleResourceHelper::DeleteResourceInfo(const std::string &key, const int32_t userId) in DeleteResourceInfo() function in OHOS::AppExecFwk::BundleResourceHelper
88 if (!manager->DeleteResourceInfo(key)) { in DeleteResourceInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_interface.h65 virtual ErrCode DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::IBundleResource
H A Dbundle_resource_proxy.h47 virtual ErrCode DeleteResourceInfo(const std::string &key) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_host_impl.h45 virtual ErrCode DeleteResourceInfo(const std::string &key) override;
H A Dbundle_resource_rdb.h36 bool DeleteResourceInfo(const std::string &key);
H A Dbundle_resource_manager.h42 bool DeleteResourceInfo(const std::string &key);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_resource_helper.h41 static bool DeleteResourceInfo(const std::string &key, const int32_t userId = Constants::UNSPECIFIED_USERID);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsbundleresourcehelper_fuzzer/
H A Dbmsbundleresourcehelper_fuzzer.cpp35 BundleResourceHelper::DeleteResourceInfo(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp91 bundleResourceRdb_->DeleteResourceInfo(key); in DeleteNotExistResourceInfo()
291 DeleteResourceInfo(name); in DeleteNotExistResourceInfo()
297 DeleteResourceInfo(name); in DeleteNotExistResourceInfo()
303 DeleteResourceInfo(name); in DeleteNotExistResourceInfo()
385 bool BundleResourceManager::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BundleResourceManager
387 return bundleResourceRdb_->DeleteResourceInfo(key); in DeleteResourceInfo()
601 return bundleResourceRdb_->DeleteResourceInfo(info.GetKey()); in DeleteCloneBundleResourceInfo()
H A Dbundle_resource_host_impl.cpp264 ErrCode BundleResourceHostImpl::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BundleResourceHostImpl
285 ErrCode ret = bmsExtensionClient->DeleteResourceInfo(key); in DeleteResourceInfo()
H A Dbundle_resource_callback.cpp156 if (!manager->DeleteResourceInfo(targetBundleName)) { in OnOverlayStatusChanged()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp388 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
394 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
418 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
453 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
513 ans = manager->DeleteResourceInfo(BUNDLE_NAME); in HWTEST_F()
551 ans = manager->DeleteResourceInfo(BUNDLE_NAME); in HWTEST_F()
584 ans = manager->DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
636 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
676 ans = resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in HWTEST_F()
720 ans = resourceRdb.DeleteResourceInfo(resourceInf in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlereshostimpl_fuzzer/
H A Dbundlereshostimpl_fuzzer.cpp45 bundleResourceHostImpl->DeleteResourceInfo(key); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h65 ErrCode DeleteResourceInfo(const std::string &key);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresrdb_fuzzer/
H A Dbundleresrdb_fuzzer.cpp39 resourceRdb.DeleteResourceInfo(resourceInfo.GetKey()); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h107 virtual ErrCode DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BundleMgrExt
H A Dbms_extension_data_mgr.h62 ErrCode DeleteResourceInfo(const std::string &key);
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresmgr_fuzzer/
H A Dbundleresmgr_fuzzer.cpp37 manager->DeleteResourceInfo(bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp387 ErrCode BmsExtensionClient::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BmsExtensionClient
394 return bmsExtensionImpl_->DeleteResourceInfo(key); in DeleteResourceInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp385 ErrCode BmsExtensionDataMgr::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BmsExtensionDataMgr
397 ErrCode ret = bundleMgrExtPtr->DeleteResourceInfo(key); in DeleteResourceInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp182 ErrCode ret = DeleteResourceInfo(key); in HandleDeleteResourceInfo()
H A Dbundle_resource_proxy.cpp233 ErrCode BundleResourceProxy::DeleteResourceInfo(const std::string &key) in DeleteResourceInfo() function in OHOS::AppExecFwk::BundleResourceProxy
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_proxy_test/
H A Dbundle_resource_proxy_test.cpp242 * @tc.name: test the DeleteResourceInfo
244 * 2. test DeleteResourceInfo
252 auto ret = proxy->DeleteResourceInfo(key); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp746 * @tc.name: DeleteResourceInfo
747 * @tc.desc: DeleteResourceInfo
754 ErrCode res = bundleMgrExtTest.DeleteResourceInfo(key); in HWTEST_F()
871 * @tc.name: DeleteResourceInfo
872 * @tc.desc: DeleteResourceInfo
880 ErrCode res = bmsExtensionDataMgr.DeleteResourceInfo(key); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp580 if (!manager->DeleteResourceInfo(bundleName)) { in ResetBundleResourceIcon()
581 APP_LOGE("DeleteResourceInfo failed, bundleName:%{public}s", bundleName.c_str()); in ResetBundleResourceIcon()

Completed in 16 milliseconds

12