Searched refs:GetPatternById (Results 1 – 7 of 7) sorted by relevance
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
| D | mock_resourceManager_interface1.h | 54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
| D | mock_resourceManager_interface1.cpp | 101 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/ |
| D | mock_resourceManager_interface1.h | 54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
| D | mock_resourceManager_interface1.cpp | 101 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/ |
| D | mock_resource_manager_impl.h | 125 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue);
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
| D | mock_resource_manager.cpp | 87 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/ |
| D | context_deal.cpp | 261 … OHOS::Global::Resource::RState errval = resourceManager_->GetPatternById(patternId, pattern_); in SetPattern()
|