Home
last modified time | relevance | path

Searched defs:resourceManager (Results 1 - 25 of 49) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_resource_manager_utils.cpp23 CreateJsResourceManager(napi_env env, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, std::shared_ptr<Context> context) CreateJsResourceManager() argument
H A Djs_ability_context.cpp237 auto resourceManager = context->GetResourceManager(); in CreateJsAbilityContext() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Djs_resource_manager_utils.cpp23 CreateJsResourceManager(napi_env env, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, std::shared_ptr<Context> context) CreateJsResourceManager() argument
H A Dability_stage_context.cpp91 void AbilityStageContext::SetResourceManager(const std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) in SetResourceManager() argument
173 CreateSystemHspModuleResourceManager(const std::string &bundleName, const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) CreateSystemHspModuleResourceManager() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.h36 void SetResourceManager(std::shared_ptr<Global::Resource::ResourceManager>& resourceManager) in SetResourceManager() argument
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextract_resource_manager.cpp36 void ExtractResourceManager::SetGlobalObject(const std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) in SetGlobalObject() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.h52 void SetResourceManager(std::shared_ptr<Global::Resource::ResourceManager>& resourceManager) in SetResourceManager() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_configuration.cpp26 InitResourceGlobalConfig( std::shared_ptr<Global::Resource::ResourceManager> resourceManager) InitResourceGlobalConfig() argument
32 InitResourceGlobalConfig( const std::string &hapPath, std::shared_ptr<Global::Resource::ResourceManager> resourceManager) InitResourceGlobalConfig() argument
66 InitResourceGlobalConfig(const std::string &hapPath, const std::vector<std::string> &overlayHaps, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, bool needParseIcon, bool needParseLabel) InitResourceGlobalConfig() argument
[all...]
H A Dbundle_resource_drawable.cpp49 GetIconResourceByTheme( const uint32_t iconId, const int32_t density, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, ResourceInfo &resourceInfo) GetIconResourceByTheme() argument
98 GetIconResourceByHap( const uint32_t iconId, const int32_t density, std::shared_ptr<Global::Resource::ResourceManager> resourceManager, ResourceInfo &resourceInfo) GetIconResourceByHap() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_resource_manager_test.cpp61 auto resourceManager = std::make_shared<RSResourceManager>(); in HWTEST_F() local
79 auto resourceManager = std::make_shared<RSResourceManager>(); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dconfiguration_utils.cpp29 UpdateGlobalConfig(const Configuration &configuration, std::shared_ptr<ResourceManager> resourceManager) UpdateGlobalConfig() argument
44 UpdateGlobalConfig(const Configuration &configuration, std::shared_ptr<Configuration> targetConfiguration, std::shared_ptr<ResourceManager> resourceManager) UpdateGlobalConfig() argument
76 InitDisplayConfig(Rosen::DisplayId displayId, std::shared_ptr<Configuration> configuration, std::shared_ptr<ResourceManager> resourceManager) InitDisplayConfig() argument
98 UpdateDisplayConfig(Rosen::DisplayId displayId, std::shared_ptr<Configuration> configuration, std::shared_ptr<ResourceManager> resourceManager, bool &configChanged) UpdateDisplayConfig() argument
134 InitDisplayConfig(std::shared_ptr<Configuration> configuration, std::shared_ptr<ResourceManager> resourceManager, Rosen::DisplayId displayId, float density, int32_t orientation) InitDisplayConfig() argument
149 UpdateDisplayConfig(std::shared_ptr<Configuration> configuration, std::shared_ptr<ResourceManager> resourceManager, Rosen::DisplayId displayId, float density, Rosen::DisplayOrientation orientation) UpdateDisplayConfig() argument
193 UpdateDisplayResConfig(std::shared_ptr<ResourceManager> resourceManager, float &density, std::string &direction) UpdateDisplayResConfig() argument
[all...]
H A Dresource_config_helper.cpp71 UpdateResConfig( const AppExecFwk::Configuration &configuration, std::shared_ptr<Global::Resource::ResourceManager> resourceManager) UpdateResConfig() argument
H A Dability_context.cpp256 std::shared_ptr<Global::Resource::ResourceManager> resourceManager = appContext->GetResourceManager(); in GetResourceManager() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dauto_fill_extension_test.cpp157 auto resourceManager = appContext->GetResourceManager(); in HWTEST_F() local
205 auto resourceManager = appContext->GetResourceManager(); in HWTEST_F() local
H A Dmock_ability_runtime_context.cpp143 CreateSystemHspModuleResourceManager(const std::string &bundleName, const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) CreateSystemHspModuleResourceManager() argument
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp200 auto resourceManager = formInfoHelper_->GetResourceManager(bundleInfo); in HWTEST_F() local
216 auto resourceManager = formInfoHelper_->GetResourceManager(bundleInfo); in HWTEST_F() local
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp489 std::shared_ptr<Global::Resource::ResourceManager> resourceManager = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/js_auto_fill_extension_test/
H A Djs_auto_fill_extension_test.cpp174 auto resourceManager = context->GetResourceManager(); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp87 auto resourceManager = context->GetResourceManager(); in GetHapInfo() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dmock_context.cpp100 CreateSystemHspModuleResourceManager(const std::string &bundleName, const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) CreateSystemHspModuleResourceManager() argument
/foundation/ability/ability_runtime/test/unittest/application_context_test/
H A Dapplication_context_test.cpp1169 std::shared_ptr<Global::Resource::ResourceManager> resourceManager = nullptr; in HWTEST_F() local
H A Dmock_context_impl.cpp111 CreateSystemHspModuleResourceManager(const std::string &bundleName, const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) CreateSystemHspModuleResourceManager() argument
/foundation/ability/ability_runtime/test/unittest/application_context_second_test/
H A Dmock_context_impl.cpp111 CreateSystemHspModuleResourceManager(const std::string &bundleName, const std::string &moduleName, std::shared_ptr<Global::Resource::ResourceManager> &resourceManager) CreateSystemHspModuleResourceManager() argument
/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp57 void ConfigurationTest::InitResourceManager(std::shared_ptr<Global::Resource::ResourceManager> resourceManager) in InitResourceManager() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/js_service_extension_test/
H A Djs_service_extension_test.cpp193 auto resourceManager = context->GetResourceManager(); in HWTEST_F() local
289 auto resourceManager = context->GetResourceManager(); in HWTEST_F() local

Completed in 14 milliseconds

12