Home
last modified time | relevance | path

Searched refs:GetProfileByName (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h87 virtual RState GetProfileByName(const char *name, std::string &outValue) = 0;
H A Dresource_manager_impl.h265 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 Dmock_resourceManager_interface1.h96 virtual RState GetProfileByName(const char* name, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp244 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 Dmock_resourceManager_interface1.h96 virtual RState GetProfileByName(const char* name, std::string& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp244 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 Dmock_resource_manager_impl.h299 virtual RState GetProfileByName(const char *name, std::string &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp192 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 Ddata_share_profile_config.cpp204 RState ret = resMgr.GetProfileByName(profileName.c_str(), resPath); in GetResFromResMgr()
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h138 virtual RState GetProfileByName(const char *name, std::string &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h354 virtual RState GetProfileByName(const char *name, std::string &outValue);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp366 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 Dresource_manager_test.cpp1442 state = rm->GetProfileByName("test_common", outValue);
1459 state = rm->GetProfileByName(g_nonExistName, outValue);
H A Dresource_manager_performance_test.cpp1058 rm->GetProfileByName("test_common", outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp547 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 Dresource_manager_test_common.cpp197 RState state = rm->GetProfileByName("test_profile", outValue); in TestGetProfileByName()
H A Dresource_manager_performance_test.cpp1065 rm->GetProfileByName("test_common", outValue);
H A Dresource_manager_test.cpp1067 state = rm->GetProfileByName(g_nonExistName, outValue);
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp546 result = rm->GetProfileByName(testName.c_str(), outValue); in GetProfileByNameFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp765 if (resMgr->GetProfileByName(profileName.c_str(), resPath) != Global::Resource::SUCCESS) { in GetResFromResMgr()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1026 RState ResourceManagerImpl::GetProfileByName(const char *name, std::string &outValue) in GetProfileByName() function in OHOS::Global::Resource::ResourceManagerImpl