Home
last modified time | relevance | path

Searched defs:includeSystem (Results 1 – 10 of 10) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource_v2.cpp152 void HapResourceV2::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales()
274 void SystemResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales()
356 void OverlayResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales()
399 void SystemOverlayResource::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales()
Dhap_resource_v1.cpp174 void HapResourceV1::GetLocales(std::set<std::string> &outValue, bool includeSystem) in GetLocales()
Dnative_resource_manager.cpp387 uint32_t *resultLen, bool includeSystem) in OH_ResourceManager_GetLocales()
393 uint32_t *resultLen, bool includeSystem) in OH_ResourceManager_GetLocalesData()
Dhap_manager.cpp1234 void HapManager::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales()
Dresource_manager_impl.cpp1998 void ResourceManagerImpl::GetLocales(std::vector<std::string> &outValue, bool includeSystem) in GetLocales()
/base/global/resource_management/frameworks/resmgr/include/
Dhap_resource.h145 virtual void GetLocales(std::set<std::string> &outValue, bool includeSystem) {}; in GetLocales()
/base/global/resource_management/interfaces/cj/src/
Dresource_manager_impl.cpp462 void ResourceManagerImpl::GetLocales(bool includeSystem, std::vector<std::string> &outValue) in GetLocales()
Dresource_manager_ffi.cpp769 RetDataCArrString CJ_GetLocales(int64_t id, bool includeSystem) in CJ_GetLocales()
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_utils.cpp752 …ate ResourceManagerNapiUtils::GetIncludeSystem(napi_env env, napi_value value, bool &includeSystem) in GetIncludeSystem()
/base/global/resource_management/interfaces/ets/ani/resourceManager/src/
DresourceManager.cpp1335 ani_object ResMgrAddon::GetLocales(ani_env* env, ani_object object, ani_object includeSystem) in GetLocales()