/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 85 virtual RState GetProfileById(uint32_t id, std::string &outValue) = 0;
|
H A D | resource_manager_impl.h | 257 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 D | mock_resourceManager_interface1.h | 94 virtual RState GetProfileById(uint32_t id, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 239 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 D | mock_resourceManager_interface1.h | 94 virtual RState GetProfileById(uint32_t id, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 239 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 D | mock_resource_manager_impl.h | 291 virtual RState GetProfileById(uint32_t id, std::string &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 187 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 D | resource_manager.h | 136 virtual RState GetProfileById(uint32_t id, std::string &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 346 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 D | resource_manager_test.cpp | 1405 state = rm->GetProfileById(id, outValue); 1422 state = rm->GetProfileById(NON_EXIST_ID, outValue);
|
H A D | resource_manager_performance_test.cpp | 1032 rm->GetProfileById(id, outValue);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 538 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 D | resource_manager_test_common.cpp | 185 state = rm->GetProfileById(id, outValue); in TestGetProfileById()
|
H A D | resource_manager_performance_test.cpp | 1039 rm->GetProfileById(id, outValue);
|
H A D | resource_manager_test.cpp | 1038 state = rm->GetProfileById(NON_EXIST_ID, outValue);
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 535 result = rm->GetProfileById(testId, outValue); in GetProfileByIdFuzzTest()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1015 RState ResourceManagerImpl::GetProfileById(uint32_t id, std::string &outValue) in GetProfileById() function in OHOS::Global::Resource::ResourceManagerImpl
|