OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pairing_response
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/remoting/protocol/
client_stub.h
34
virtual void SetPairingResponse(const PairingResponse&
pairing_response
) = 0;
host_control_dispatcher.h
39
const PairingResponse&
pairing_response
) OVERRIDE;
host_control_dispatcher.cc
43
const PairingResponse&
pairing_response
) {
45
message.mutable_pairing_response()->CopyFrom(
pairing_response
);
client_control_dispatcher.cc
97
client_stub_->SetPairingResponse(message->
pairing_response
());
protocol_mock_objects.h
131
void(const PairingResponse&
pairing_response
));