/system/teeui/test/ |
D | teeui_device_config.cpp | 106 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/ |
D | classic_pairing_handler_unittest.cc | 175 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 …]
|
D | classic_pairing_handler.h | 80 void NotifyUiDisplayYesNo(uint32_t numeric_value);
|
D | classic_pairing_handler.cc | 26 void ClassicPairingHandler::NotifyUiDisplayYesNo(uint32_t numeric_value) { in NotifyUiDisplayYesNo() argument 29 … GetRecord()->GetPseudoAddress(), device_name_, numeric_value)); in NotifyUiDisplayYesNo()
|
/system/bt/gd/security/ |
D | facade.proto | 49 uint32 numeric_value = 3; field 62 uint32 numeric_value = 3; field
|
D | ui.h | 40 uint32_t numeric_value) = 0;
|
D | facade.cc | 99 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/ |
D | btif_dm.cc | 52 std::string name, uint32_t numeric_value) { in DisplayConfirmValue() argument 58 BT_SSP_VARIANT_PASSKEY_CONFIRMATION, numeric_value); in DisplayConfirmValue()
|
/system/testing/gtest_extras/ |
D | Options.cpp | 95 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/ |
D | le_security_test.py | 495 …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/ |
D | captures.py | 159 return event.numeric_value
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 356 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/ |
D | link_layer_controller.h | 65 uint32_t numeric_value);
|
D | link_layer_controller.cc | 1384 uint32_t numeric_value) { in UserPasskeyRequestReply() argument 1388 LOG_INFO("TODO:Do something with the passkey %06d", numeric_value); in UserPasskeyRequestReply()
|
D | dual_mode_controller.cc | 646 uint32_t numeric_value = command_view.GetNumericValue(); in UserPasskeyRequestReply() local 649 link_layer_controller_.UserPasskeyRequestReply(peer, numeric_value); in UserPasskeyRequestReply()
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 1150 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F 4163 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)
|