/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 65 virtual void GetLocales(bool includeSystem, std::vector<std::string> &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 440 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 D | resource_manager_impl.h | 97 void GetLocales(bool includeSystem, std::vector<std::string> &outValue) override;
|
H A D | resource_manager_ffi.cpp | 716 instance->GetLocales(includeSystem, value); in CJ_GetLocales()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_resource.h | 292 void GetLocales(std::set<std::string> &outValue, bool includeSystem);
|
H A D | hap_manager.h | 360 void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
|
H A D | resource_manager_impl.h | 614 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_hap.cpp | 1192 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 D | resource_manager_addon.cpp | 176 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 D | resource_manager_napi_sync_impl.cpp | 93 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 D | resource_manager_napi_sync_impl.h | 95 static napi_value GetLocales(napi_env env, napi_callback_info info);
|
H A D | resource_manager_addon.h | 195 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 D | mock_resource_manager_impl.h | 549 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 328 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 D | resource_manager.h | 199 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 1112 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 D | hap_resource.cpp | 478 void HapResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::HapResource
|
H A D | native_resource_manager.cpp | 385 mgr->resManager->GetLocales(tempResultValue, includeSystem); in OH_ResourceManager_GetLocalesData()
|
H A D | resource_manager_impl.cpp | 1646 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()
|