Home
last modified time | relevance | path

Searched refs:GetLocales (Results 1 - 17 of 17) sorted by relevance

/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.h99 void GetLocales(bool includeSystem, std::vector<std::string> &outValue) override;
H A Dresource_manager_impl.cpp454 void ResourceManagerImpl::GetLocales(bool includeSystem, std::vector<std::string> &outValue) in GetLocales() function in OHOS::Resource::ResourceManagerImpl
456 return resMgr_->GetLocales(outValue, includeSystem); in GetLocales()
H A Dresource_manager_ffi.cpp728 instance->GetLocales(includeSystem, value); in CJ_GetLocales()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h326 void GetLocales(std::set<std::string> &outValue, bool includeSystem);
H A Dhap_manager.h363 void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
H A Dresource_manager_impl.h616 virtual void GetLocales(std::vector<std::string> &outValue, bool includeSystem = false);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp1184 * @tc.desc: Test GetLocales function
1192 rm->GetLocales(outValue); in HWTEST_F()
1198 * @tc.desc: Test GetLocales function
1206 rm->GetLocales(outValue, false); in HWTEST_F()
1212 * @tc.desc: Test GetLocales function
1220 rm->GetLocales(outValue, true); in HWTEST_F()
/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
504 return AddonGetResource(env, info, "GetLocales", FunctionType::SYNC); in GetLocales()
H A Dresource_manager_napi_sync_impl.cpp92 {"GetLocales", [](napi_env& env, napi_callback_info& info) -> napi_value {
93 return ResourceManagerNapiSyncImpl::GetLocales(env, info);}},
1233 napi_value ResourceManagerNapiSyncImpl::GetLocales(napi_env env, napi_callback_info info) in GetLocales() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
1245 dataContext->addon_->GetResMgr()->GetLocales(dataContext->arrayValue_, dataContext->bValue_); in GetLocales()
/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_addon.h195 static napi_value GetLocales(napi_env env, napi_callback_info info);
H A Dresource_manager_napi_sync_impl.h95 static napi_value GetLocales(napi_env env, napi_callback_info info);
/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;
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp490 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()
386 return copyStringArray(resultValue, resultLen, tempResultValue, "GetLocales"); in OH_ResourceManager_GetLocalesData()
H A Dresource_manager_impl.cpp1626 void ResourceManagerImpl::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::ResourceManagerImpl
1628 hapManager_->GetLocales(outValue, includeSystem); in GetLocales()
H A Dhap_manager.cpp1167 void HapManager::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() function in OHOS::Global::Resource::HapManager
1175 hapResources_[i]->GetLocales(result, includeSystem); in GetLocales()

Completed in 20 milliseconds