Home
last modified time | relevance | path

Searched refs:GetThemeByName (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h63 … virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue) = 0;
H A Dresource_manager_impl.h169 virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h70 … virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp160 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H A Dmock_resourceManager_interface1.h70 … virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp160 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp480 RState state = rm->GetThemeByName(appTheme, outValue); in TestGetThemeByName()
484 state = rm->GetThemeByName(testTheme, outValue); in TestGetThemeByName()
H A Dresource_manager_performance_test.cpp735 rm->GetThemeByName("app_theme", outValue);
H A Dresource_manager_test.cpp559 state = rm->GetThemeByName(g_nonExistName, outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h185 virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp122 RState ResourceManagerImpl::GetThemeByName(const char *name, std::map<std::string, std::string> &ou… in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp997 state = rm->GetThemeByName("app_theme", outValue);
1001 state = rm->GetThemeByName("test_theme", outValue);
1017 state = rm->GetThemeByName(g_nonExistName, outValue);
H A Dresource_manager_performance_test.cpp728 rm->GetThemeByName("app_theme", outValue);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h110 … virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h224 virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp523 RState ResourceManagerImpl::GetThemeByName(const char *name, std::map<std::string, std::string> &ou… in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp179 result = rm->GetThemeByName(testName.c_str(), outValue); in GetThemeByNameFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp990 RState ResourceManagerImpl::GetThemeByName(const char *name, std::map<std::string, std::string> &ou… in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerImpl