Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp127 DECLARE_NAPI_FUNCTION("removeResource", RemoveResource) in Init()
343 napi_value ResourceManagerAddon::RemoveResource(napi_env env, napi_callback_info info) in RemoveResource() function in OHOS::Global::Resource::ResourceManagerAddon
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h132 static napi_value RemoveResource(napi_env env, napi_callback_info info);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h56 virtual bool RemoveResource(const std::string &path, const std::vector<std::string> &overlayPaths);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp43 bool ResourceManagerImpl::RemoveResource(const std::string &path, const std::vector<std::string> &overlayPaths) in RemoveResource() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1412 if (!resourceManager->RemoveResource(loadPath, overlayPaths)) { in OnOverlayChanged()
1413 TAG_LOGE(AAFwkTag::APPKIT, "RemoveResource error"); in OnOverlayChanged()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1177 if (!resourceManager->RemoveResource(loadPath, overlayPaths)) { in HandleOnOverlayChanged()
1178 TAG_LOGE(AAFwkTag::APPKIT, "RemoveResource failed"); in HandleOnOverlayChanged()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp134 PurgeableMem::PurgeableResourceManager::GetInstance().RemoveResource(purgeableMemPtr_); in FreePixelMap()

Completed in 16 milliseconds