Home
last modified time | relevance | path

Searched refs:GetProfileByName (Results 1 - 9 of 9) sorted by relevance

/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
/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
/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);
/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
/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()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp364 if (resMgr->GetProfileByName(profileName.c_str(), resPath) != SUCCESS) { in GetResFromResMgr()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp725 if (resMgr->GetProfileByName(profileName.c_str(), resPath) != Global::Resource::SUCCESS) { in GetResFromResMgr()

Completed in 7 milliseconds