Home
last modified time | relevance | path

Searched refs:numeric_value (Results 1 – 17 of 17) 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.cc220 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 …]
Dclassic_pairing_handler.h97 void NotifyUiDisplayYesNo(uint32_t numeric_value);
Dclassic_pairing_handler.cc27 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/
Dui.h31 …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()
Dfacade.proto61 uint32 numeric_value = 3; field
76 uint32 numeric_value = 4; field
Dfacade.cc185 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/
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/cert/
Dcaptures.py187 return event.numeric_value
Dpy_security.py181 passkey = event.numeric_value
/system/bt/gd/security/cert/
Dle_security_test.py670 …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/
Dsecurity_manager_channel_unittest.cc360 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/
Dbtm_api.cc321 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/
Dlink_layer_controller.h69 uint32_t numeric_value);
Ddual_mode_controller.cc745 uint32_t numeric_value = command_view.GetNumericValue(); in UserPasskeyRequestReply() local
748 link_layer_controller_.UserPasskeyRequestReply(peer, numeric_value); in UserPasskeyRequestReply()
Dlink_layer_controller.cc1975 uint32_t numeric_value) { in UserPasskeyRequestReply() argument
1980 properties_.GetAddress(), peer, numeric_value)); in UserPasskeyRequestReply()
/system/bt/gd/hci/
Dhci_packets.pdl1248 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F
5193 numeric_value : 20, // 0x00000-0xF423F (000000 - 999999)