Home
last modified time | relevance | path

Searched refs:value (Results 16651 - 16675 of 36034) sorted by relevance

1...<<661662663664665666667668669670>>...1442

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp53 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in Measure()
56 constraint.value(), Axis::HORIZONTAL, layoutProperty->GetMeasureType(MeasureType::MATCH_PARENT), true); in Measure()
193 calcConstraint->minSize.value().Width().has_value()) { in AdjustMinAndMaxSideBarWidth()
410 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureSideBar()
412 CreateIdealSize(constraint.value(), Axis::HORIZONTAL, in MeasureSideBar()
458 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureDivider()
461 constraint.value(), Axis::HORIZONTAL, layoutProperty->GetMeasureType(MeasureType::MATCH_PARENT), true); in MeasureDivider()
501 CreateIdealSizeByPercentRef(constraint.value(), Axis::HORIZONTAL, in MeasureSideBarContent()
504 constraint.value(), Axis::HORIZONTAL, layoutProperty->GetMeasureType(MeasureType::MATCH_PARENT), true); in MeasureSideBarContent()
601 * control button offset the left, if value invali in LayoutControlButton()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp103 textTimerModel.SetFormat(testProperty.format.value()); in CreateTextTimerParagraph()
106 textTimerModel.SetInputCount(testProperty.inputCount.value()); in CreateTextTimerParagraph()
109 textTimerModel.SetIsCountDown(testProperty.isCountDown.value()); in CreateTextTimerParagraph()
112 textTimerModel.SetFontSize(testProperty.fontSize.value()); in CreateTextTimerParagraph()
115 textTimerModel.SetTextColor(testProperty.textColor.value()); in CreateTextTimerParagraph()
118 textTimerModel.SetTextShadow(testProperty.textShadow.value()); in CreateTextTimerParagraph()
121 textTimerModel.SetItalicFontStyle(testProperty.italicFontStyle.value()); in CreateTextTimerParagraph()
124 textTimerModel.SetFontWeight(testProperty.fontWeight.value()); in CreateTextTimerParagraph()
127 textTimerModel.SetFontFamily(testProperty.fontFamily.value()); in CreateTextTimerParagraph()
310 * @tc.expected: step3. check whether the value i in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp461 configInfo.value_ = ExtractPropertyValue("value", *configNode); in ParseConfigs()
616 std::string value = ExtractPropertyValue("value", *currNode); in ParsePAConfigs() local
620 portObserver_.OnAudioLatencyParsed((uint64_t)std::stoi(value)); in ParsePAConfigs()
621 globalConfigs_.globalPaConfigs_.audioLatency_ = value; in ParsePAConfigs()
624 portObserver_.OnSinkLatencyParsed((uint64_t)std::stoi(value)); in ParsePAConfigs()
625 globalConfigs_.globalPaConfigs_.sinkLatency_ = value; in ParsePAConfigs()
670 configInfo.value_ = ExtractPropertyValue("value", *currNode); in ParseOutputMaxInstances()
689 configInfo.value_ = ExtractPropertyValue("value", *currNode); in ParseInputMaxInstances()
707 configInfo.value_ = ExtractPropertyValue("value", *currNod in ParseCommonConfigs()
722 HandleUpdateRouteSupportParsed(std::string &value) HandleUpdateRouteSupportParsed() argument
733 HandleUpdateAnahsSupportParsed(std::string &value) HandleUpdateAnahsSupportParsed() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/
H A Daudio_spatialization_service.cpp764 std::stringstream value; in EncapsulateDeviceInfo() local
766 value << encryptedAddress; in EncapsulateDeviceInfo()
767 value << "|" << addressToSpatialEnabledMap_[encryptedAddress].spatializationEnabled; in EncapsulateDeviceInfo()
768 value << "|" << addressToSpatialEnabledMap_[encryptedAddress].headTrackingEnabled; in EncapsulateDeviceInfo()
769 value << "|" << addressToSpatialDeviceStateMap_[encryptedAddress].isSpatializationSupported; in EncapsulateDeviceInfo()
770 value << "|" << addressToSpatialDeviceStateMap_[encryptedAddress].isHeadTrackingSupported; in EncapsulateDeviceInfo()
771 value << "|" << addressToSpatialDeviceStateMap_[encryptedAddress].spatialDeviceType; in EncapsulateDeviceInfo()
772 value << "|" << GetCurrTimestamp(); in EncapsulateDeviceInfo()
773 return value.str(); in EncapsulateDeviceInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp38 ErrorCode EFilter::SetValue(const std::string &key, Plugin::Any &value) in SetValue() argument
42 values_.emplace(key, value); in SetValue()
44 values_[key] = value; in SetValue()
49 ErrorCode EFilter::GetValue(const std::string &key, Plugin::Any &value) in GetValue() argument
56 EFFECT_LOGE("value is not set! key=%{public}s", key.c_str()); in GetValue()
60 value = it->second; in GetValue()
68 for (auto value : values_) { in Save()
69 if (CommonUtils::ParseAnyAndAddToJson(value.first, value.second, jsonValues) != in Save()
71 EFFECT_LOGE("not support switch to json! key:%{public}s", value in Save()
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_unit_test.cpp41 std::string value = helper->ResolveMetadata(item.first); in CheckMeta() local
42 EXPECT_EQ(AVMetadataTestBase::GetInstance().CompareMetadata(item.first, value, item.second), true); in CheckMeta()
509 std::string value = helper->ResolveMetadata(AV_KEY_HAS_VIDEO); in HWTEST_F() local
510 EXPECT_NE(value, " "); in HWTEST_F()
552 std::string value = helper->ResolveMetadata(AV_KEY_HAS_VIDEO); in HWTEST_F() local
553 EXPECT_NE(value, " "); in HWTEST_F()
572 std::string value = helper->ResolveMetadata(AV_KEY_HAS_VIDEO); in HWTEST_F() local
573 EXPECT_EQ(value, ""); in HWTEST_F()
575 EXPECT_EQ(value, ""); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp40 constexpr const char* EVENT_VALUE = "value";
511 std::string value; in GetOnDemandArrayFromJson() local
512 GetStringFromJson(item, "value", value); in GetOnDemandArrayFromJson()
527 value.length() <= MAX_JSON_STRING_LENGTH) { in GetOnDemandArrayFromJson()
528 OnDemandEvent event = {eventId, name, value, -1, persistence, in GetOnDemandArrayFromJson()
543 if (it.value().is_string()) { in GetOnDemandExtraMessagesFromJson()
544 out[it.key()] = it.value(); in GetOnDemandExtraMessagesFromJson()
564 std::string value; in GetOnDemandConditionsFromJson() local
565 GetStringFromJson(condition, "value", valu in GetOnDemandConditionsFromJson()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp112 LOGD("Get new value status:%d", data.GetValue(NEW_VALUE_TYPE, newValue)); in NotifierCallback()
278 * @tc.expected: step5. return OK, value of key1 is value1. in HWTEST_F()
280 Value value; in HWTEST_F() local
281 EXPECT_EQ(g_kvNbDelegatePtr->Get(KEY_1, value), OK); in HWTEST_F()
282 EXPECT_EQ(value, VALUE_1); in HWTEST_F()
390 * @tc.expected: step2. return OK, value of key1 is value1. in HWTEST_F()
402 * @tc.expected: step4. return OK, value of key2 is value2. in HWTEST_F()
454 * @tc.steps:step3. PutBatch 262143 records, each recode's key size is 1K, value size is 1k, in HWTEST_F()
689 * @tc.steps:step4. Get value of key1. in HWTEST_F()
690 * @tc.expected: step4. return OK, value o in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp356 for (const auto &value : queryNode.fieldValue) { in IsPrimaryKeyMatchingInner()
360 if (std::get<std::string>(record[queryNode.fieldName]) == std::get<std::string>(value)) { in IsPrimaryKeyMatchingInner()
366 if (std::get<int64_t>(record[queryNode.fieldName]) == std::get<int64_t>(value)) { in IsPrimaryKeyMatchingInner()
372 if (std::get<double>(record[queryNode.fieldName]) == std::get<double>(value)) { in IsPrimaryKeyMatchingInner()
398 for (const auto &value : queryNode.fieldValue) { in IsCloudGidMatchingInner()
399 if (std::get<std::string>(extend[g_gidField]) == std::get<std::string>(value)) { in IsCloudGidMatchingInner()
425 for (auto &[key, value]: vb) { in InnerUpdate()
426 std::ignore = std::move(value); in InnerUpdate()
427 vb.insert_or_assign(key, value); in InnerUpdate()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp202 LOG_DEBUG(UDMF_CAPI, "return cache value"); in OH_UdmfData_GetTypes()
221 LOG_DEBUG(UDMF_CAPI, "return cache value"); in OH_UdmfRecord_GetTypes()
241 LOG_DEBUG(UDMF_CAPI, "return cache value"); in OH_UdmfData_GetRecords()
296 LOG_DEBUG(UDMF_CAPI, "no cache value"); in OH_UdmfData_GetPrimaryPlainText()
311 LOG_DEBUG(UDMF_CAPI, "no cache value"); in OH_UdmfData_GetPrimaryHtml()
326 LOG_DEBUG(UDMF_CAPI, "no cache value"); in OH_UdmfData_GetRecordCount()
340 LOG_DEBUG(UDMF_CAPI, "no cache value"); in OH_UdmfData_GetRecord()
451 static int GetValueFromUint8Array(OH_UdmfRecord *record, const char *typeId, ValueType value) in GetValueFromUint8Array() argument
453 if (!std::holds_alternative<std::shared_ptr<Object>>(value)) { in GetValueFromUint8Array()
457 auto obj = std::get<std::shared_ptr<Object>>(value); in GetValueFromUint8Array()
501 auto value = record->record_->GetEntry(typeId); OH_UdmfRecord_GetGeneralEntry() local
606 auto value = record->record_->GetEntry(UtdUtils::GetUtdIdFromUtdEnum(type)); GetUds() local
[all...]
H A Duds.cpp34 auto value = pThis->GetUdsValue<std::string>(paramName); in GetUdsStrValue() local
35 return value == nullptr ? nullptr : value->c_str(); in GetUdsStrValue()
41 auto value = pThis->GetUdsValue<std::vector<uint8_t>>(paramName); in GetUdsUint8Value() local
42 if (value == nullptr) { in GetUdsUint8Value()
48 if (value->size() > MAX_GENERAL_ENTRY_SIZE) { in GetUdsUint8Value()
49 LOG_ERROR(UDMF_CAPI, "length invalid. value'size = %{public}zu", value->size()); in GetUdsUint8Value()
52 length = static_cast<int>(value->size()); in GetUdsUint8Value()
60 *data = value in GetUdsUint8Value()
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp34 std::string value; in CreateHtmlRecord() local
35 bool ret = GetValue(env, in, value); in CreateHtmlRecord()
41 PasteDataRecordNapi::NewHtmlTextRecordInstance(env, value, instance); in CreateHtmlRecord()
49 std::string value; in CreatePlainTextRecord() local
50 bool ret = GetValue(env, in, value); in CreatePlainTextRecord()
56 PasteDataRecordNapi::NewPlainTextRecordInstance(env, value, instance); in CreatePlainTextRecord()
64 std::string value; in CreateUriRecord() local
65 bool ret = GetValue(env, in, value); in CreateUriRecord()
71 PasteDataRecordNapi::NewUriRecordInstance(env, value, instance); in CreateUriRecord()
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dtest-core.c54 * flags value of stored in CPSR, and for Thumb code, different ITState.
150 * kprobes and returns a value which causes the assembler wrapper to jump
157 * indicates that R7 should be loaded with the value 0x12345678.
162 * CPU register context. This should now have R0 holding the same value as
173 * value to cause the test case code to be re-run.
192 * which load a value into SP.
196 * This can be used to test instructions which load a PC value
622 pr_err("FAIL: kprobes test failure \"%s\" (mask %08x, value %08x)\n", in table_test_fail()
623 message, h->mask.bits, h->value.bits); in table_test_fail()
638 if (h->value in table_test_fn()
896 u32 value = entry->header->value.bits; coverage_end() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c198 * value to memory. (VI).
333 * @value: dst addr to write into pe
340 uint64_t value, unsigned count, in si_dma_vm_write_pte()
349 ib->ptr[ib->length_dw++] = lower_32_bits(value); in si_dma_vm_write_pte()
350 ib->ptr[ib->length_dw++] = upper_32_bits(value); in si_dma_vm_write_pte()
351 value += incr; in si_dma_vm_write_pte()
372 uint64_t value; in si_dma_vm_set_pte_pde() local
381 value = addr; in si_dma_vm_set_pte_pde()
383 value = 0; in si_dma_vm_set_pte_pde()
391 ib->ptr[ib->length_dw++] = value; /* valu in si_dma_vm_set_pte_pde()
339 si_dma_vm_write_pte(struct amdgpu_ib *ib, uint64_t pe, uint64_t value, unsigned count, uint32_t incr) si_dma_vm_write_pte() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H A Dtest-core.c54 * flags value of stored in CPSR, and for Thumb code, different ITState.
150 * kprobes and returns a value which causes the assembler wrapper to jump
157 * indicates that R7 should be loaded with the value 0x12345678.
162 * CPU register context. This should now have R0 holding the same value as
173 * value to cause the test case code to be re-run.
192 * which load a value into SP.
196 * This can be used to test instructions which load a PC value
622 pr_err("FAIL: kprobes test failure \"%s\" (mask %08x, value %08x)\n", in table_test_fail()
623 message, h->mask.bits, h->value.bits); in table_test_fail()
638 if (h->value in table_test_fn()
896 u32 value = entry->header->value.bits; coverage_end() local
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dhgpk.c104 * see if new value is within 20% of half of old value
780 unsigned int value; in hgpk_set_powered() local
783 err = kstrtouint(buf, 10, &value); in hgpk_set_powered()
787 if (value > 1) in hgpk_set_powered()
790 if (value != priv->powered) { in hgpk_set_powered()
795 err = hgpk_toggle_powersave(psmouse, value); in hgpk_set_powered()
797 priv->powered = value; in hgpk_set_powered()
875 unsigned int value; in hgpk_trigger_recal() local
878 err = kstrtouint(buf, 10, &value); in hgpk_trigger_recal()
[all...]
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-bd2802.c175 u8 value; in bd2802_update_state() local
212 value = (id == LED1) ? LED_CTL(1, 0) : LED_CTL(0, 1); in bd2802_update_state()
213 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_update_state()
238 u8 value, other_led_on; in bd2802_enable() local
242 value = LED_CTL(other_led_on, 1); in bd2802_enable()
244 value = LED_CTL(1 , other_led_on); in bd2802_enable()
246 bd2802_write_byte(led->client, BD2802_REG_CONTROL, value); in bd2802_enable()
519 enum led_brightness value) \
525 if (value == LED_OFF) { \
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c200 const char *value; in nfp_calc_hwinfo_field_sz() local
207 value = nfp_hwinfo_lookup(pf->hwinfo, spec->data); in nfp_calc_hwinfo_field_sz()
208 if (!value) in nfp_calc_hwinfo_field_sz()
211 return sizeof(struct nfp_dump_tl) + ALIGN8(key_len + strlen(value) + 2); in nfp_calc_hwinfo_field_sz()
416 const char *key, *value; in nfp_dump_hwinfo_field() local
426 value = nfp_hwinfo_lookup(pf->hwinfo, key); in nfp_dump_hwinfo_field()
427 if (!value) in nfp_dump_hwinfo_field()
430 val_len = strlen(value); in nfp_dump_hwinfo_field()
437 memcpy(dump_header->data + key_len + 1, value, val_len + 1); in nfp_dump_hwinfo_field()
500 /* Write context to CSRCtxPtr, then read from it. Then the value ca
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xiic.c184 static inline void xiic_setreg8(struct xiic_i2c *i2c, int reg, u8 value) in xiic_setreg8() argument
187 iowrite8(value, i2c->base + reg); in xiic_setreg8()
189 iowrite8(value, i2c->base + reg + 3); in xiic_setreg8()
203 static inline void xiic_setreg16(struct xiic_i2c *i2c, int reg, u16 value) in xiic_setreg16() argument
206 iowrite16(value, i2c->base + reg); in xiic_setreg16()
208 iowrite16be(value, i2c->base + reg + 2); in xiic_setreg16()
211 static inline void xiic_setreg32(struct xiic_i2c *i2c, int reg, int value) in xiic_setreg32() argument
214 iowrite32(value, i2c->base + reg); in xiic_setreg32()
216 iowrite32be(value, i2c->base + reg); in xiic_setreg32()
H A Di2c-rcar.c326 /* keep icccr value */ in rcar_i2c_clock_calculate()
566 u8 value; in rcar_i2c_slave_irq() local
578 i2c_slave_event(priv->slave, I2C_SLAVE_READ_REQUESTED, &value); in rcar_i2c_slave_irq()
579 rcar_i2c_write(priv, ICRXTX, value); in rcar_i2c_slave_irq()
582 i2c_slave_event(priv->slave, I2C_SLAVE_WRITE_REQUESTED, &value); in rcar_i2c_slave_irq()
593 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in rcar_i2c_slave_irq()
603 value = rcar_i2c_read(priv, ICRXTX); in rcar_i2c_slave_irq()
604 ret = i2c_slave_event(priv->slave, I2C_SLAVE_WRITE_RECEIVED, &value); in rcar_i2c_slave_irq()
612 i2c_slave_event(priv->slave, I2C_SLAVE_READ_PROCESSED, &value); in rcar_i2c_slave_irq()
613 rcar_i2c_write(priv, ICRXTX, value); in rcar_i2c_slave_irq()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c316 u64 value; in tc_setup_cbs() local
368 value = div_s64(qopt->idleslope * 1024ll * ptr, speed_div); in tc_setup_cbs()
369 priv->plat->tx_queues_cfg[queue].idle_slope = value & GENMASK(31, 0); in tc_setup_cbs()
371 value = div_s64(-qopt->sendslope * 1024ll * ptr, speed_div); in tc_setup_cbs()
372 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs()
374 value = qopt->hicredit * 1024ll * 8; in tc_setup_cbs()
375 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs()
377 value = qopt->locredit * 1024ll * 8; in tc_setup_cbs()
378 priv->plat->tx_queues_cfg[queue].low_credit = value & GENMASK(31, 0); in tc_setup_cbs()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c325 v = le32_to_cpu(d->value); in fw_handle_fill()
376 u32 v = le32_to_cpu(block[i].value); in fw_handle_direct_write()
466 u32 v = le32_to_cpu(block[i].value); in fw_handle_gateway_data()
486 void __iomem *gwa_val[ARRAY_SIZE(block->value)]; in fw_handle_gateway_data4()
513 for (k = 0; k < ARRAY_SIZE(block->value); k++) in fw_handle_gateway_data4()
535 u32 v[ARRAY_SIZE(block->value)]; in fw_handle_gateway_data4()
537 for (k = 0; k < ARRAY_SIZE(block->value); k++) in fw_handle_gateway_data4()
538 v[k] = le32_to_cpu(block[i].value[k]); in fw_handle_gateway_data4()
544 for (k = 0; k < ARRAY_SIZE(block->value); k++) in fw_handle_gateway_data4()
816 * return value
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dwanxl.c117 u32 value = get_status(port)->cable; in wanxl_cable_intr() local
121 switch(value & 0x7) { in wanxl_cable_intr()
130 switch((value >> STATUS_CABLE_PM_SHIFT) & 0x7) { in wanxl_cable_intr()
140 if ((value & 7) == ((value >> STATUS_CABLE_PM_SHIFT) & 7)) { in wanxl_cable_intr()
141 dsr = (value & STATUS_CABLE_DSR) ? ", DSR ON" : in wanxl_cable_intr()
143 dcd = (value & STATUS_CABLE_DCD) ? ", carrier ON" : in wanxl_cable_intr()
146 dte = (value & STATUS_CABLE_DCE) ? " DCE" : " DTE"; in wanxl_cable_intr()
151 if (value & STATUS_CABLE_DCD) in wanxl_cable_intr()
/kernel/linux/linux-5.10/drivers/of/
H A Doverlay.c193 * The duplicated property value will be modified by replacing the
194 * "/fragment_name/__overlay/" portion of the value with the target
213 if (!prop->value) in dup_and_fixup_symbol_prop()
215 if (strnlen(prop->value, prop->length) >= prop->length) in dup_and_fixup_symbol_prop()
217 path = prop->value; in dup_and_fixup_symbol_prop()
253 new_prop->value = kzalloc(new_prop->length, GFP_KERNEL); in dup_and_fixup_symbol_prop()
254 if (!new_prop->name || !new_prop->value) in dup_and_fixup_symbol_prop()
257 strcpy(new_prop->value, target_path); in dup_and_fixup_symbol_prop()
258 strcpy(new_prop->value + target_path_len, path_tail); in dup_and_fixup_symbol_prop()
268 kfree(new_prop->value); in dup_and_fixup_symbol_prop()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_wx.c162 iwe.u.bitrate.value = max_rate * 500000; in rtl819x_translate_scan()
729 ieee->tkip_countermeasures = data->value; in rtllib_wx_set_auth()
732 ieee->drop_unencrypted = data->value; in rtllib_wx_set_auth()
736 if (data->value & IW_AUTH_ALG_SHARED_KEY) { in rtllib_wx_set_auth()
739 } else if (data->value & IW_AUTH_ALG_OPEN_SYSTEM) { in rtllib_wx_set_auth()
742 } else if (data->value & IW_AUTH_ALG_LEAP) { in rtllib_wx_set_auth()
750 ieee->wpa_enabled = (data->value) ? 1 : 0; in rtllib_wx_set_auth()
754 ieee->ieee802_1x = data->value; in rtllib_wx_set_auth()
757 ieee->privacy_invoked = data->value; in rtllib_wx_set_auth()

Completed in 40 milliseconds

1...<<661662663664665666667668669670>>...1442