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 D | mock_resourceManager_interface1.h | 54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
H A 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/ |
H A D | mock_resourceManager_interface1.h | 54 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string>& outValue) = 0;
|
H A 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/ |
H A 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/ |
H A D | mock_resource_manager.cpp | 87 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 D | context_deal.cpp | 261 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