Home
last modified time | relevance | path

Searched refs:GetLocales (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h65 virtual void GetLocales(bool includeSystem, std::vector<std::string> &outValue) = 0;
H A Dresource_manager_impl.cpp440 void ResourceManagerImpl::GetLocales(bool includeSystem, std::vector<std::string> &outValue) in GetLocales() function in OHOS::Resource::ResourceManagerImpl
442 return resMgr_->GetLocales(outValue, includeSystem); in GetLocales()
H A Dresource_manager_impl.h97 void GetLocales(bool includeSystem, std::vector<std::string> &outValue) override;
H A Dresource_manager_ffi.cpp716 instance->GetLocales(includeSystem, value); in CJ_GetLocales()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h292 void GetLocales(std::set<std::string> &outValue, bool includeSystem);
H A Dhap_manager.h360 void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
H A Dresource_manager_impl.h614 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp1192 rm->GetLocales(outValue);
1206 rm->GetLocales(outValue, false);
1220 rm->GetLocales(outValue, true);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp176 DECLARE_NAPI_FUNCTION("getLocales", GetLocales),
502 napi_value ResourceManagerAddon::GetLocales(napi_env env, napi_callback_info info) in GetLocales() function in OHOS::Global::Resource::ResourceManagerAddon
H A Dresource_manager_napi_sync_impl.cpp93 return ResourceManagerNapiSyncImpl::GetLocales(env, info);}}, in __anon20ee2a991b02()
1241 napi_value ResourceManagerNapiSyncImpl::GetLocales(napi_env env, napi_callback_info info) in GetLocales() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
1253 dataContext->addon_->GetResMgr()->GetLocales(dataContext->arrayValue_, dataContext->bValue_); in GetLocales()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_sync_impl.h95 static napi_value GetLocales(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h195 static napi_value GetLocales(napi_env env, napi_callback_info info);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h549 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp328 void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false) {} in GetLocales() function
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h199 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp1112 void HapManager::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::HapManager
1120 hapResources_[i]->GetLocales(result, includeSystem); in GetLocales()
H A Dhap_resource.cpp478 void HapResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::HapResource
H A Dnative_resource_manager.cpp385 mgr->resManager->GetLocales(tempResultValue, includeSystem); in OH_ResourceManager_GetLocalesData()
H A Dresource_manager_impl.cpp1646 void ResourceManagerImpl::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::ResourceManagerImpl
1648 hapManager_->GetLocales(outValue, includeSystem); in GetLocales()