HomeSort by relevance Sort by last modified time
    Searched refs:client_name (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
pairingrequestmessage.h 37 // @param client_name the client name
39 const std::string& client_name);
45 std::string client_name() const;
pairingrequestmessage.cc 32 const std::string& client_name)
35 client_name_(client_name) {
42 std::string PairingRequestMessage::client_name() const { function in class:polo::pairing::message::PairingRequestMessage
53 << ", client_name=" << client_name_ << "]";
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 21 std::string client_name; member in struct:SafeBrowsingProtocolConfig
39 // |client_name| and |version|. When not empty, |additional_query| is
43 const std::string& client_name,
protocol_manager_helper.cc 43 const std::string& client_name, const std::string& version,
46 !client_name.empty() && !version.empty());
49 client_name.c_str(), version.c_str());
ping_manager_unittest.cc 37 config.client_name = kClient;
94 config.client_name = kClient;
  /external/chromium_org/google_apis/
google_api_keys.py 73 def GetClientID(client_name):
75 return _GetToken('GOOGLE_CLIENT_ID_%s' % client_name)
78 def GetClientSecret(client_name):
80 return _GetToken('GOOGLE_CLIENT_SECRET_%s' % client_name)
  /external/chromium_org/components/sync_driver/
device_info.cc 11 const std::string& client_name,
17 client_name_(client_name),
30 const std::string& DeviceInfo::client_name() const { function in class:sync_driver::DeviceInfo
92 this->client_name() == other.client_name() &&
device_info.h 24 const std::string& client_name,
38 const std::string& client_name() const;
device_info_sync_service.cc 288 specifics.set_client_name(info->client_name());
309 local_device_tag, specifics.client_name(), entity);
318 specifics.client_name(),
328 << sync_data.GetSpecifics().device_info().client_name()
337 << iter->second.GetSpecifics().device_info().client_name()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.x 76 bp_machine_name_t client_name;
82 bp_machine_name_t client_name;
bootparam_prot.h 53 bp_machine_name_t client_name; member in struct:bp_whoami_res
60 bp_machine_name_t client_name; member in struct:bp_getfile_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.x 76 bp_machine_name_t client_name;
82 bp_machine_name_t client_name;
bootparam_prot.h 53 bp_machine_name_t client_name; member in struct:bp_whoami_res
60 bp_machine_name_t client_name; member in struct:bp_getfile_arg
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.h 46 std::string client_name; member in struct:LocalPrintJob
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
clientpairingsession.h 35 // @param client_name the client name
40 const std::string& client_name);
clientpairingsession.cc 30 const std::string &client_name)
33 client_name_(client_name) {
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 33 const std::string& client_name,
37 client_name_(client_name),
46 const std::string& client_name) {
54 return Pairing(created_time, client_name, client_id, shared_secret);
59 std::string client_name, client_id; local
62 pairing.GetString(kClientNameKey, &client_name) &&
68 return Pairing(created_time, client_name, client_id, shared_secret);
78 pairing->SetString(kClientNameKey, client_name());
108 const std::string& client_name) {
111 Pairing result = Pairing::Create(client_name);
    [all...]
pairing_registry.h 46 const std::string& client_name,
51 static Pairing Create(const std::string& client_name);
62 std::string client_name() const { return client_name_; } function in struct:remoting::protocol::PairingRegistry::Pairing
116 Pairing CreatePairing(const std::string& client_name);
  /external/chromium_org/chrome/browser/sync/glue/
local_device_info_provider_mock.cc 14 const std::string& client_name,
23 client_name,
local_device_info_provider_mock.h 21 const std::string& client_name,
device_info_sync_service_unittest.cc 73 return device_info_at(index).client_name();
118 const std::string& client_name,
124 specifics.set_client_name(client_name);
143 const std::string& client_name) {
144 SyncData sync_data = CreateRemoteData(client_id, client_name);
151 const std::string& client_name) {
152 SyncData sync_data = CreateRemoteData(client_id, client_name);
301 EXPECT_EQ("foo_2", sync_service_->GetDeviceInfo("guid_2")->client_name());
312 EXPECT_EQ("bar_3", sync_service_->GetDeviceInfo("guid_3")->client_name());
313 EXPECT_EQ("baz_4", sync_service_->GetDeviceInfo("guid_4")->client_name());
    [all...]
local_device_info_provider_unittest.cc 82 local_device_info->client_name());
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
clientpairingsessiontest.cc 52 MATCHER_P2(PairingRequestEq, service_name, client_name, "") {
54 && arg.client_name() == client_name;
  /external/chromium_org/chrome/browser/extensions/
test_blacklist_state_fetcher.cc 23 config.client_name = kClient;
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win_unittest.cc 120 EXPECT_EQ(pairing.client_name(), unprivileged_pairing.client_name());

Completed in 550 milliseconds

1 2 3