Home
last modified time | relevance | path

Searched refs:GetProfileById (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h85 virtual RState GetProfileById(uint32_t id, std::string &outValue) = 0;
H A Dresource_manager_impl.h257 virtual RState GetProfileById(uint32_t id, std::string &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h94 virtual RState GetProfileById(uint32_t id, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp239 virtual RState GetProfileById(uint32_t id, std::string& outValue) in GetProfileById() 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.h94 virtual RState GetProfileById(uint32_t id, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp239 virtual RState GetProfileById(uint32_t id, std::string& outValue) in GetProfileById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h291 virtual RState GetProfileById(uint32_t id, std::string &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp187 RState ResourceManagerImpl::GetProfileById(uint32_t id, std::string &outValue) in GetProfileById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h136 virtual RState GetProfileById(uint32_t id, std::string &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h346 virtual RState GetProfileById(uint32_t id, std::string &outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1405 state = rm->GetProfileById(id, outValue);
1422 state = rm->GetProfileById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp1032 rm->GetProfileById(id, outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp538 RState ResourceManagerImpl::GetProfileById(uint32_t id, std::string &outValue) in GetProfileById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp185 state = rm->GetProfileById(id, outValue); in TestGetProfileById()
H A Dresource_manager_performance_test.cpp1039 rm->GetProfileById(id, outValue);
H A Dresource_manager_test.cpp1038 state = rm->GetProfileById(NON_EXIST_ID, outValue);
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp535 result = rm->GetProfileById(testId, outValue); in GetProfileByIdFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1015 RState ResourceManagerImpl::GetProfileById(uint32_t id, std::string &outValue) in GetProfileById() function in OHOS::Global::Resource::ResourceManagerImpl