Home
last modified time | relevance | path

Searched refs:includeSystem (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/native/resource/include/
H A Dohresmgr.h375 uint32_t *resultLen, bool includeSystem = false);
395 uint32_t *resultLen, bool includeSystem);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md203includeSystem = false) | 使用接口获取当前语言和地区信息 |…
229 uint32_t \*resultLen, bool includeSystem);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp373 uint32_t *resultLen, bool includeSystem) in OH_ResourceManager_GetLocales() argument
375 return OH_ResourceManager_GetLocalesData(mgr, resultValue, resultLen, includeSystem); in OH_ResourceManager_GetLocales()
379 uint32_t *resultLen, bool includeSystem) in OH_ResourceManager_GetLocalesData() argument
385 mgr->resManager->GetLocales(tempResultValue, includeSystem); in OH_ResourceManager_GetLocalesData()
H A Dhap_resource.cpp478 void HapResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales() argument
480 if ((!includeSystem && isSystem_) || (!isSystem_ && isOverlay_)) { in GetLocales()
H A Dhap_manager.cpp1112 void HapManager::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() argument
1115 includeSystem = true; in GetLocales()
1120 hapResources_[i]->GetLocales(result, includeSystem); in GetLocales()
H A Dresource_manager_impl.cpp1646 void ResourceManagerImpl::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales() argument
1648 hapManager_->GetLocales(outValue, includeSystem); in GetLocales()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/
H A Dchangelogs-global.md203includeSystem = false) | Obtains the curre…
229 uint32_t \*resultLen, bool includeSystem);
/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_ffi.h81 FFI_EXPORT RetDataCArrString CJ_GetLocales(int64_t id, bool includeSystem);
H A Dresource_manager_impl.cpp440 void ResourceManagerImpl::GetLocales(bool includeSystem, std::vector<std::string> &outValue) in GetLocales() argument
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.cpp706 RetDataCArrString CJ_GetLocales(int64_t id, bool includeSystem) in CJ_GetLocales() argument
716 instance->GetLocales(includeSystem, value); in CJ_GetLocales()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_utils.h71 static RState GetIncludeSystem(napi_env env, napi_value value, bool &includeSystem);
/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/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/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp731 …ate ResourceManagerNapiUtils::GetIncludeSystem(napi_env env, napi_value value, bool &includeSystem) in GetIncludeSystem() argument
743 if (napi_get_value_bool(env, value, &includeSystem) != napi_ok) { in GetIncludeSystem()
/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() argument
/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/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp762 …virtual IncludeResult* includeSystem(const char* headerName, const char* includerName, size_t incl… in includeSystem() function in FileIncluder
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-resource-manager.md5221 getLocales(includeSystem?: boolean): Array\<string>
5233 | includeSystem | boolean | 否 | 是否包含系统资源,默认值为false。 <br> false:表示仅获取应用资源的语言列表。 <br>true:表示获取系统…
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-resource-manager.md5218 getLocales(includeSystem?: boolean): Array\<string>
5230includeSystem | boolean | No | Whether system resources are included. The default value is **f…