Searched defs:resMgr (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | ability_context.cpp | 161 void AbilityContext::SetResourceManager(const std::shared_ptr<Global::Resource::ResourceManager> &resMgr) in SetResourceManager() argument
|
H A D | resource_manager_addon.cpp | 67 ResourceManagerAddon::ResourceManagerAddon(const std::shared_ptr<ResourceManager> &resMgr, bool isSystem) in ResourceManagerAddon() argument 25 Create( napi_env env, const std::string &bundleName, const std::shared_ptr<ResourceManager> &resMgr, std::shared_ptr<AbilityRuntime::Context> context) Create() argument 60 ResourceManagerAddon( const std::string &bundleName, const std::shared_ptr<ResourceManager> &resMgr, const std::shared_ptr<AbilityRuntime::Context> &context, bool isSystem) ResourceManagerAddon() argument
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | ohos_file.cpp | 85 OhosFileDirectory::OhosFileDirectory(BASE_NS::refcnt_ptr<OhosResMgr> resMgr) : dirResMgr_(resMgr) {} in OhosFileDirectory() argument 173 OhosFile::OhosFile(BASE_NS::refcnt_ptr<OhosResMgr> resMgr) : fileResMgr_(resMgr) in OhosFile() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.cpp | 141 std::shared_ptr<ResourceManager> resMgr = InitResMgr(resourcePath); in GetProfileInfoByMetadata() local 167 GetResFromResMgr( const std::string &resName, ResourceManager &resMgr, const std::string &hapPath) GetResFromResMgr() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 266 std::shared_ptr<ResourceManager> resMgr = InitResMgr(resourcePath); in GetResProfileByMetadata() local 325 GetResFromResMgr(const std::string &resName, const std::shared_ptr<ResourceManager> &resMgr, bool isCompressed, std::vector<std::string> &profileInfos) const GetResFromResMgr() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 398 auto resMgr = context->GetResourceManager(); in GetProfileInfoFromResourceManager() local 685 GetResFromResMgr( const std::string &resName, const std::shared_ptr<Global::Resource::ResourceManager> &resMgr, bool isCompressed, std::vector<std::string> &profileInfo) GetResFromResMgr() argument
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2117 std::shared_ptr<Global::Resource::ResourceManager> resMgr in HWTEST_F() local 2266 std::shared_ptr<Global::Resource::ResourceManager> resMgr in HWTEST_F() local
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 735 auto resMgr = applicationContext->GetResourceManager(); in GetStaticMaskClipPath() local
|
Completed in 10 milliseconds