Home
last modified time | relevance | path

Searched refs:GetPatternById (Results 1 – 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_resourceManager_interface1.h54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
Dmock_resourceManager_interface1.cpp101 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) in GetPatternById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
Dmock_resourceManager_interface1.h54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
Dmock_resourceManager_interface1.cpp101 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) in GetPatternById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
Dmock_resource_manager_impl.h125 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_resource_manager.cpp87 RState ResourceManagerImpl::GetPatternById(uint32_t id, std::map<std::string, std::string> &outValu… in GetPatternById() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dcontext_deal.cpp261 … OHOS::Global::Resource::RState errval = resourceManager_->GetPatternById(patternId, pattern_); in SetPattern()