Searched refs:BluetoothApiPairingDelegate (Results 1 – 5 of 5) sorted by relevance
31 BluetoothApiPairingDelegate::BluetoothApiPairingDelegate( in BluetoothApiPairingDelegate() function in extensions::BluetoothApiPairingDelegate36 BluetoothApiPairingDelegate::~BluetoothApiPairingDelegate() {} in ~BluetoothApiPairingDelegate()38 void BluetoothApiPairingDelegate::RequestPinCode( in RequestPinCode()46 void BluetoothApiPairingDelegate::RequestPasskey( in RequestPasskey()54 void BluetoothApiPairingDelegate::DisplayPinCode( in DisplayPinCode()64 void BluetoothApiPairingDelegate::DisplayPasskey( in DisplayPasskey()74 void BluetoothApiPairingDelegate::KeysEntered(device::BluetoothDevice* device, in KeysEntered()83 void BluetoothApiPairingDelegate::ConfirmPasskey( in ConfirmPasskey()93 void BluetoothApiPairingDelegate::AuthorizePairing( in AuthorizePairing()101 void BluetoothApiPairingDelegate::DispatchPairingEvent( in DispatchPairingEvent()
21 class BluetoothApiPairingDelegate24 BluetoothApiPairingDelegate(const std::string& extension_id,26 virtual ~BluetoothApiPairingDelegate();
35 class BluetoothApiPairingDelegate; variable85 BluetoothApiPairingDelegate* GetPairingDelegate(148 typedef std::map<std::string, BluetoothApiPairingDelegate*>
121 BluetoothApiPairingDelegate* BluetoothEventRouter::GetPairingDelegate( in GetPairingDelegate()160 BluetoothApiPairingDelegate* delegate = in AddPairingDelegate()161 new BluetoothApiPairingDelegate(extension_id, browser_context_); in AddPairingDelegate()176 BluetoothApiPairingDelegate* delegate = pairing_delegate_map_[extension_id]; in RemovePairingDelegate()
19 class BluetoothApiPairingDelegate; variable