Home
last modified time | relevance | path

Searched refs:numeric_value (Results 1 – 16 of 16) sorted by relevance

/system/teeui/test/
Dteeui_device_config.cpp106 double numeric_value = 0; in initFromOptions() local
115 numeric_value = strtod(optarg, NULL); in initFromOptions()
116 dp2px = numeric_value; in initFromOptions()
119 numeric_value = strtod(optarg, NULL); in initFromOptions()
120 mm2px = numeric_value; in initFromOptions()
123 numeric_value = strtod(optarg, NULL); in initFromOptions()
124 powerBottonTopMm = numeric_value; in initFromOptions()
127 numeric_value = strtod(optarg, NULL); in initFromOptions()
128 powerButtonBottomMm = numeric_value; in initFromOptions()
131 numeric_value = strtod(optarg, NULL); in initFromOptions()
[all …]
/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc175 void ReceiveUserConfirmationRequest(hci::AddressWithType device, uint32_t numeric_value) { in ReceiveUserConfirmationRequest() argument
176 …r_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device.GetAddress(), numeric_value)); in ReceiveUserConfirmationRequest()
264 uint32_t numeric_value = 0x123; in TEST_F() local
265 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F()
302 uint32_t numeric_value = 0x123; in TEST_F() local
303 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F()
340 uint32_t numeric_value = 0x123; in TEST_F() local
341 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F()
378 uint32_t numeric_value = 0x123; in TEST_F() local
379 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F()
[all …]
Dclassic_pairing_handler.h80 void NotifyUiDisplayYesNo(uint32_t numeric_value);
Dclassic_pairing_handler.cc26 void ClassicPairingHandler::NotifyUiDisplayYesNo(uint32_t numeric_value) { in NotifyUiDisplayYesNo() argument
29 … GetRecord()->GetPseudoAddress(), device_name_, numeric_value)); in NotifyUiDisplayYesNo()
/system/bt/gd/security/
Dfacade.proto49 uint32 numeric_value = 3; field
62 uint32 numeric_value = 3; field
Dui.h40 uint32_t numeric_value) = 0;
Dfacade.cc99 hci::AddressWithType(peer, remote_type), request->numeric_value()); in SendUiCallback()
278 uint32_t numeric_value) { in DisplayConfirmValue() argument
279 LOG_INFO("%s value = 0x%x", peer.ToString().c_str(), numeric_value); in DisplayConfirmValue()
284 display_with_value.set_numeric_value(numeric_value); in DisplayConfirmValue()
/system/bt/main/shim/
Dbtif_dm.cc52 std::string name, uint32_t numeric_value) { in DisplayConfirmValue() argument
58 BT_SSP_VARIANT_PASSKEY_CONFIRMATION, numeric_value); in DisplayConfirmValue()
/system/testing/gtest_extras/
DOptions.cpp95 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric() argument
97 auto result = std::from_chars(value.c_str(), value.c_str() + value.size(), *numeric_value, 10); in GetNumeric()
/system/bt/gd/security/cert/
Dle_security_test.py495 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address))
543 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address))
591 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.cert_address…
636 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address))
/system/bt/gd/cert/
Dcaptures.py159 return event.numeric_value
/system/bt/gd/security/channel/
Dsecurity_manager_channel_unittest.cc356 uint32_t numeric_value = 0x0; in TEST_F() local
357 …_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device_.GetAddress(), numeric_value)); in TEST_F()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h65 uint32_t numeric_value);
Dlink_layer_controller.cc1384 uint32_t numeric_value) { in UserPasskeyRequestReply() argument
1388 LOG_INFO("TODO:Do something with the passkey %06d", numeric_value); in UserPasskeyRequestReply()
Ddual_mode_controller.cc646 uint32_t numeric_value = command_view.GetNumericValue(); in UserPasskeyRequestReply() local
649 link_layer_controller_.UserPasskeyRequestReply(peer, numeric_value); in UserPasskeyRequestReply()
/system/bt/gd/hci/
Dhci_packets.pdl1150 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F
4163 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)