/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 87 virtual RState GetProfileByName(const char *name, std::string &outValue) = 0;
|
H A D | resource_manager_impl.h | 265 virtual RState GetProfileByName(const char *name, std::string &outValue);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 96 virtual RState GetProfileByName(const char* name, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 244 virtual RState GetProfileByName(const char* name, std::string& outValue) in GetProfileByName() 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 | 96 virtual RState GetProfileByName(const char* name, std::string& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 244 virtual RState GetProfileByName(const char* name, std::string& outValue) in GetProfileByName() 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 | 299 virtual RState GetProfileByName(const char *name, std::string &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 192 RState ResourceManagerImpl::GetProfileByName(const char *name, std::string &outValue) in GetProfileByName() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.cpp | 204 RState ret = resMgr.GetProfileByName(profileName.c_str(), resPath); in GetResFromResMgr()
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 138 virtual RState GetProfileByName(const char *name, std::string &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 354 virtual RState GetProfileByName(const char *name, std::string &outValue);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 366 if (resMgr->GetProfileByName(profileName.c_str(), resPath) != SUCCESS) { in GetResFromResMgr()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 1442 state = rm->GetProfileByName("test_common", outValue); 1459 state = rm->GetProfileByName(g_nonExistName, outValue);
|
H A D | resource_manager_performance_test.cpp | 1058 rm->GetProfileByName("test_common", outValue);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 547 RState ResourceManagerImpl::GetProfileByName(const char *name, std::string &outValue) in GetProfileByName() 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 | 197 RState state = rm->GetProfileByName("test_profile", outValue); in TestGetProfileByName()
|
H A D | resource_manager_performance_test.cpp | 1065 rm->GetProfileByName("test_common", outValue);
|
H A D | resource_manager_test.cpp | 1067 state = rm->GetProfileByName(g_nonExistName, outValue);
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 546 result = rm->GetProfileByName(testName.c_str(), outValue); in GetProfileByNameFuzzTest()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 765 if (resMgr->GetProfileByName(profileName.c_str(), resPath) != Global::Resource::SUCCESS) { in GetResFromResMgr()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1026 RState ResourceManagerImpl::GetProfileByName(const char *name, std::string &outValue) in GetProfileByName() function in OHOS::Global::Resource::ResourceManagerImpl
|