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/
H A Dmock_resourceManager_interface1.h54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
H A 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/
H A Dmock_resourceManager_interface1.h54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
H A 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/
H A 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/
H A Dmock_resource_manager.cpp87 RState ResourceManagerImpl::GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue) in GetPatternById() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp261 OHOS::Global::Resource::RState errval = resourceManager_->GetPatternById(patternId, pattern_); in SetPattern()
263 TAG_LOGE(AAFwkTag::APPKIT, "SetPattern GetPatternById(patternId:%d) retval is %u", patternId, errval); in SetPattern()

Completed in 4 milliseconds