Home
last modified time | relevance | path

Searched refs:resMgr_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp39 resMgr_ = context->GetResourceManager(); in ResourceManagerImpl()
48 RState state = resMgr_->CloseRawFileDescriptor(name); in CloseRawFd()
106 RState state = resMgr_->GetColorById(id, outValue); in GetColorById()
183 bool state = resMgr_->AddAppOverlay(path); in AddResource()
192 bool state = resMgr_->RemoveAppOverlay(path); in RemoveResource()
201 RState state = resMgr_->GetBooleanById(id, outValue); in GetBooleanById()
223 RState state = resMgr_->GetIntegerById(id, outValue); in GetIntegerById()
245 RState state = resMgr_->GetFloatById(id, outValue); in GetFloatById()
269 resMgr_->GetResConfig(*cfg); in GetConfiguration()
284 resMgr_->GetResConfig(*cfg); in GetDeviceCapability()
[all …]
H A Dresource_manager_impl.h110 std::shared_ptr<Global::Resource::ResourceManager> resMgr_; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp63 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon()
68 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_addon.h54 return resMgr_; in GetResMgr()
210 std::shared_ptr<ResourceManager> resMgr_; variable
H A Dresource_manager_data_context.h60 std::shared_ptr<ResourceManager> resMgr_; member
/ohos5.0/base/global/resource_management/interfaces/js/kits/src/
H A Dresource_manager_napi.cpp52 …napi_value result = ResourceManagerAddon::Create(env, context.bundleName_, context.resMgr_, nullpt… in ExecuteGetResMgr()
111 asyncContext.resMgr_ = resMgr; in InitAsyncContext()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h134 std::shared_ptr<ResourceManager> resMgr_; variable
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp98 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon()
105 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()