Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h49 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue) = 0;
H A Dresource_manager_impl.h109 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue);
/ohos5.0/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
/ohos5.0/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
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp632 state = rm->GetPatternById(id, outValue);
653 state = rm->GetPatternById(id, outValue);
674 state = rm->GetPatternById(id, outValue);
693 state = rm->GetPatternById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp516 rm->GetPatternById(ids[i], outValue);
/ohos5.0/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);
/ohos5.0/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> &outValu… in GetPatternById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp401 state = rm->GetPatternById(id, outValue);
421 state = rm->GetPatternById(id, outValue);
440 state = rm->GetPatternById(NON_EXIST_ID, outValue);
1938 state = manager->GetPatternById(id, outValue);
H A Dresource_manager_test_common.cpp453 RState state = rm->GetPatternById(id, outValue); in TestGetPatternById()
H A Dresource_manager_performance_test.cpp523 rm->GetPatternById(ids[i], outValue);
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h96 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp261 … OHOS::Global::Resource::RState errval = resourceManager_->GetPatternById(patternId, pattern_); in SetPattern()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h164 virtual RState GetPatternById(uint32_t id, std::map<std::string, std::string> &outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp158 RState ResourceManagerImpl::GetPatternById(uint32_t id, std::map<std::string, std::string> &outValu… in GetPatternById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp124 result = rm->GetPatternById(testId, outValue); in GetPatternByIdFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp266 RState ResourceManagerImpl::GetPatternById(uint32_t id, std::map<std::string, std::string> &outValu… in GetPatternById() function in OHOS::Global::Resource::ResourceManagerImpl