Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc540 UiMsg display_with_value; in DisplayConfirmValue() local
541 *display_with_value.mutable_peer() = ToFacadeAddressWithType(peer); in DisplayConfirmValue()
542 display_with_value.set_message_type(UiMsgType::DISPLAY_YES_NO_WITH_VALUE); in DisplayConfirmValue()
543 display_with_value.set_numeric_value(numeric_value); in DisplayConfirmValue()
544 display_with_value.set_unique_id(unique_id++); in DisplayConfirmValue()
545 ui_events_.OnIncomingEvent(display_with_value); in DisplayConfirmValue()