/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 | 220 void ReceiveUserConfirmationRequest(hci::AddressWithType device, uint32_t numeric_value) { in ReceiveUserConfirmationRequest() argument 221 …r_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device.GetAddress(), numeric_value)); in ReceiveUserConfirmationRequest() 310 uint32_t numeric_value = 0x123; in TEST_F() local 311 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 348 uint32_t numeric_value = 0x123; in TEST_F() local 349 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 386 uint32_t numeric_value = 0x123; in TEST_F() local 387 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() 424 uint32_t numeric_value = 0x123; in TEST_F() local 425 ReceiveUserConfirmationRequest(device_, numeric_value); in TEST_F() [all …]
|
D | classic_pairing_handler.h | 97 void NotifyUiDisplayYesNo(uint32_t numeric_value);
|
D | classic_pairing_handler.cc | 27 void ClassicPairingHandler::NotifyUiDisplayYesNo(uint32_t numeric_value) { in NotifyUiDisplayYesNo() argument 29 ConfirmationData data(*GetRecord()->GetPseudoAddress(), device_name_, numeric_value); in NotifyUiDisplayYesNo()
|
/system/bt/gd/security/ |
D | ui.h | 31 …onData(bluetooth::hci::AddressWithType address_with_type, std::string name, uint32_t numeric_value) in ConfirmationData() argument 32 : address_with_type_(address_with_type), name_(name), numeric_value_(numeric_value) {} in ConfirmationData()
|
D | facade.proto | 61 uint32 numeric_value = 3; field 76 uint32 numeric_value = 4; field
|
D | facade.cc | 185 hci::AddressWithType(peer, remote_type), request->numeric_value()); in SendUiCallback() 427 uint32_t numeric_value = data.GetNumericValue(); in DisplayConfirmValue() local 428 LOG_INFO("%s value = 0x%x", peer.ToString().c_str(), numeric_value); in DisplayConfirmValue() 432 display_with_value.set_numeric_value(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/cert/ |
D | captures.py | 187 return event.numeric_value
|
D | py_security.py | 181 passkey = event.numeric_value
|
/system/bt/gd/security/cert/ |
D | le_security_test.py | 670 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address)) 720 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address)) 770 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.cert_address… 817 …message_type=UiCallbackType.PASSKEY, numeric_value=passkey, unique_id=1, address=self.dut_address))
|
/system/bt/gd/security/channel/ |
D | security_manager_channel_unittest.cc | 360 uint32_t numeric_value = 0x0; in TEST_F() local 361 …_->IncomingEvent(hci::UserConfirmationRequestBuilder::Create(device_.GetAddress(), numeric_value)); in TEST_F()
|
/system/bt/main/shim/ |
D | btm_api.cc | 321 uint32_t numeric_value = data.GetNumericValue(); in HandleConfirm() local 352 user_cfm_req_evt_data.cfm_req.num_val = numeric_value; in HandleConfirm()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.h | 69 uint32_t numeric_value);
|
D | dual_mode_controller.cc | 745 uint32_t numeric_value = command_view.GetNumericValue(); in UserPasskeyRequestReply() local 748 link_layer_controller_.UserPasskeyRequestReply(peer, numeric_value); in UserPasskeyRequestReply()
|
D | link_layer_controller.cc | 1975 uint32_t numeric_value) { in UserPasskeyRequestReply() argument 1980 properties_.GetAddress(), peer, numeric_value)); in UserPasskeyRequestReply()
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 1248 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F 5193 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)
|