Searched refs:GetThemeByName (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 70 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 160 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 70 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 160 virtual RState GetThemeByName(const char* name, std::map<std::string, std::string>& outValue) in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 185 virtual RState GetThemeByName(const char *name, std::map<std::string, std::string> &outValue);
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 122 RState ResourceManagerImpl::GetThemeByName(const char *name, std::map<std::string, std::string> &outValue)
in GetThemeByName() function in OHOS::Global::Resource::ResourceManagerImpl
|
Completed in 5 milliseconds