Searched defs:pairing_supported (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dnegotiating_client_authenticator.cc128 bool pairing_supported = local
133 fetch_secret_callback_.Run(pairing_supported, callback);
H A Dnegotiating_authenticator_unittest.cc99 bool pairing_supported,
103 ASSERT_EQ(pairing_supported, pairing_expected);
97 FetchSecret( const std::string& client_secret, bool pairing_supported, bool pairing_expected, const protocol::SecretFetchedCallback& secret_fetched_callback) argument
/external/chromium_org/remoting/test/
H A Dprotocol_perftest.cc334 bool pairing_supported,
333 FetchPin( bool pairing_supported, const protocol::SecretFetchedCallback& secret_fetched_callback) argument
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc261 void ChromotingJniRuntime::DisplayAuthenticationPrompt(bool pairing_supported) { argument
265 Java_JniInterface_displayAuthenticationPrompt(env, pairing_supported);
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc517 bool pairing_supported,
525 data->SetBoolean("pairingSupported", pairing_supported);
531 bool pairing_supported,
516 FetchSecretFromDialog( bool pairing_supported, const protocol::SecretFetchedCallback& secret_fetched_callback) argument
529 FetchSecretFromString( const std::string& shared_secret, bool pairing_supported, const protocol::SecretFetchedCallback& secret_fetched_callback) argument

Completed in 809 milliseconds