Home
last modified time | relevance | path

Searched refs:RemoveExtResources (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp300 return dataMgr->RemoveExtResources(bundleName, moduleNames); in RemoveExtResourcesDb()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2254 bool ret = dataMgr->RemoveExtResources(bundleName, moduleNames);
2260 ret = dataMgr->RemoveExtResources(BUNDLE_NAME, moduleNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h741 bool RemoveExtResources(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2536 bool BundleDataMgr::RemoveExtResources(const std::string &bundleName, in RemoveExtResources() function in OHOS::AppExecFwk::BundleDataMgr