/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/ |
H A D | datetimeformat_fuzzer.cpp | 31 std::map<std::string, std::string> configs; in DoSomethingInterestingWithMyAPI() local
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/ |
H A D | soc_action_base.cpp | 36 std::vector<int64_t> configs;
in SocLimitRequest() local
|
/base/security/security_guard/services/config_manager/src/ |
H A D | event_config.cpp | 75 std::vector<EventCfg> configs; in Parse() local 101 std::vector<EventCfg> configs; in Update() local 119 bool EventConfig::ParseEventConfig(std::vector<EventCfg> &configs, nlohmann::json &jsonObj) in ParseEventConfig() argument 136 CacheEventConfig(const std::vector<EventCfg> &configs) CacheEventConfig() argument 143 CacheEventToTable(const std::vector<EventCfg> &configs) CacheEventToTable() argument [all...] |
H A D | model_config.cpp | 69 std::vector<ModelCfg> configs; in Parse() local 95 std::vector<ModelCfg> configs; in Update() local 113 bool ModelConfig::ParseModelConfig(std::vector<ModelCfg> &configs, nlohmann::json &jsonObj) in ParseModelConfig() argument 118 CacheModelConfig(const std::vector<ModelCfg> &configs) CacheModelConfig() argument 126 CacheModelToEvent(const std::vector<ModelCfg> &configs) CacheModelToEvent() argument [all...] |
/base/inputmethod/imf/services/src/ |
H A D | input_type_manager.cpp | 154 std::vector<InputTypeInfo> configs; in Init() local
|
H A D | ime_info_inquirer.cpp | 960 std::map<std::string, std::string> configs; in GetResMgr() local 961 OHOS::Global::I18n::LocaleInfo locale(Global::I18n::LocaleConfig::GetSystemLocale(), configs); in GetResMgr() local
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | LocaleMaskItem.java | 38 private ArrayList<LocaleConfig> configs; field in LocaleMaskItem 46 public LocaleMaskItem(String languageTag, ArrayList<LocaleConfig> configs) { in LocaleMaskItem() argument
|
/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/ |
H A D | event_export_config_test.cpp | 78 std::vector<std::shared_ptr<ExportConfig>> configs; in HWTEST_F() local
|
/base/global/i18n/frameworks/intl/src/ |
H A D | relative_time_format.cpp | 109 void RelativeTimeFormat::ParseConfigs(std::map<std::string, std::string> &configs) in ParseConfigs() argument 57 RelativeTimeFormat(const std::vector<std::string> &localeTags, std::map<std::string, std::string> &configs) RelativeTimeFormat() argument
|
H A D | number_format.cpp | 88 NumberFormat::NumberFormat(const std::vector<std::string> &localeTags, std::map<std::string, std::string> &configs) in NumberFormat() argument 236 void NumberFormat::ParseConfigs(std::map<std::string, std::string> &configs) in ParseConfigs() argument 275 ParseDigitsConfigs(std::map<std::string, std::string> &configs) ParseDigitsConfigs() argument [all...] |
H A D | date_time_format.cpp | 54 DateTimeFormat::DateTimeFormat(const std::vector<std::string> &localeTags, std::map<std::string, std::string> &configs) in DateTimeFormat() argument 120 bool DateTimeFormat::InitWithLocale(const std::string &curLocale, std::map<std::string, std::string> &configs) in InitWithLocale() argument 110 CreateInstance(const std::vector<std::string> &localeTags, std::map<std::string, std::string> &configs) CreateInstance() argument 158 InitWithDefaultLocale(std::map<std::string, std::string> &configs) InitWithDefaultLocale() argument 346 ParseConfigsPartOne(std::map<std::string, std::string> &configs) ParseConfigsPartOne() argument 374 ParseConfigsPartTwo(std::map<std::string, std::string> &configs) ParseConfigsPartTwo() argument [all...] |
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | date_time_data.cpp | 24 DateTimeData::DateTimeData(const char *amPmMarkers, const char *configs, const int size)
in DateTimeData() argument
|
H A D | data_resource.cpp | 268 char *configs = reinterpret_cast<char *>(I18nMalloc(resourceSize));
in PrepareLocaleData() local 287 uint32_t DataResource::GetFinalCount(char *configs, uint32_t configSize, LocaleDataType type)
in GetFinalCount() argument 319 bool DataResource::GetStringFromStringPool(char *configs, cons argument 383 Retrieve(char *configs, uint32_t configsSize, int32_t infile, const uint32_t orginalCount, LocaleDataType type) Retrieve() argument [all...] |
/base/global/i18n/frameworks/intl/include/ |
H A D | locale_info.h | 76 std::map<std::string, std::string> configs;
member in OHOS::Global::I18n::LocaleInfo
|
/base/startup/appspawn/interfaces/innerkits/permission/ |
H A D | appspawn_mount_permission.c | 84 cJSON *configs = cJSON_GetObjectItemCaseSensitive(appSandboxConfig, "permission");
in ParseAppSandboxConfig() local
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_mass_storage_notification.cpp | 80 std::map<std::string, std::string> configs; in GetHapString() local 81 OHOS::Global::I18n::LocaleInfo locale(Global::I18n::LocaleConfig::GetSystemLocale(), configs); in GetHapString() local
|
H A D | usb_descriptor_parser.cpp | 76 static int32_t AddConfig(std::vector<USBConfig> &configs, const UsbdConfigDescriptor *configDescriptor) in AddConfig() argument 93 static int32_t AddInterface(std::vector<USBConfig> &configs, const UsbdInterfaceDescriptor *interfaceDescriptor) in AddInterface() argument 116 static int32_t AddEndpoint(std::vector<USBConfig> &configs, const UsbdEndpointDescriptor *endpointDescriptor) in AddEndpoint() argument 138 ParseConfigDescriptors(std::vector<uint8_t> &descriptor, uint32_t offset, std::vector<USBConfig> &configs) ParseConfigDescriptors() argument [all...] |
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_test_cmder.cpp | 232 cJSON *configs = cJSON_GetObjectItemCaseSensitive(appInfoConfig, "ext-info"); in AddExtTlv() local
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 205 std::vector<PhysicalChannelConfig> &configs = channelConfigInfoList->channelConfigInfos; in ProcessChannelConfigInfo() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
H A D | dump_implement.cpp | 107 std::vector<std::shared_ptr<DumpCfg>> &configs = ptrDumperParameter->GetExecutorConfigList(); in Main() local 570 setExecutorList(std::vector<std::shared_ptr<HidumperExecutor>> &executors, const std::vector<std::shared_ptr<DumpCfg>> &configs, bool isZip) setExecutorList() argument [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 314 std::vector<SysPanelAdjust> configs; in ParsePanelRect() local
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test.cpp | 1895 map<string, string> configs = {
in HWTEST_F() local
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_load.c | 308 APPSPAWN_STATIC int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) in ParseGidTableConfig() argument 400 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *configs) in ParseBaseConfig() argument 546 cJSON *configs = cJSON_GetObjectItemCaseSensitive(root, "name-groups"); ParseNameGroupsConfig() local 568 ParseConditionalConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, const char *configName, int (*parseConfig)(AppSpawnSandboxCfg *sandbox, const char *name, const cJSON *configs)) ParseConditionalConfig() argument [all...] |
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_device.h | 67 cJSON* configs = cJSON_GetObjectItem(device, "configs"); in UsbDevice() local 163 void SetConfigs(const std::vector<USBConfig> &configs) in SetConfigs() argument 363 cJSON* configs = cJSON_CreateArray(); in getJsonString() local 32 UsbDevice(std::string name, std::string manufacturerName, std::string productName, std::string version, uint8_t devAddr, uint8_t busNum, int32_t vendorId, int32_t productId, int32_t baseClass, int32_t subClass, int32_t protocol, std::vector<USBConfig> configs) UsbDevice() argument [all...] |
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 176 std::vector<USBConfig> configs; in GetDeviceMessageParcel() local 182 int32_t UsbServerProxy::GetDeviceConfigsMessageParcel(MessageParcel &data, std::vector<USBConfig> &configs) in GetDeviceConfigsMessageParcel() argument
|