HomeSort by relevance Sort by last modified time
    Searched refs:client_tag_hash (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/sync/test/engine/
mock_non_blocking_type_processor_core.cc 43 if (it->client_tag_hash == tag_hash) {
64 if (it->client_tag_hash == tag_hash) {
87 data.client_tag_hash = tag_hash;
112 data.client_tag_hash = tag_hash;
127 const std::string& client_tag_hash = request_data.client_tag_hash; local
137 response_data.id = GenerateId(client_tag_hash);
140 response_data.client_tag_hash = client_tag_hash;
144 int64 version = GetServerVersion(client_tag_hash);
    [all...]
mock_non_blocking_type_processor.cc 69 data.client_tag_hash = tag_hash;
93 data.client_tag_hash = tag_hash;
179 commit_response_items_.insert(std::make_pair(it->client_tag_hash, *it));
182 SetBaseVersion(it->client_tag_hash, it->response_version);
183 SetServerAssignedId(it->client_tag_hash, it->id);
195 update_response_items_.insert(std::make_pair(it->client_tag_hash, *it));
198 SetBaseVersion(it->client_tag_hash, it->response_version);
199 SetServerAssignedId(it->client_tag_hash, it->id);
  /external/chromium_org/sync/engine/
sync_thread_sync_entity.cc 17 const std::string& client_tag_hash,
20 id_string, client_tag_hash, 0, received_version);
25 const std::string& client_tag_hash,
34 client_tag_hash,
50 const std::string& client_tag_hash,
54 client_tag_hash_(client_tag_hash),
65 const std::string& client_tag_hash,
77 client_tag_hash_(client_tag_hash),
122 const std::string& client_tag_hash,
165 DCHECK_EQ(client_tag_hash_, client_tag_hash);
    [all...]
sync_thread_sync_entity.h 37 const std::string& client_tag_hash,
43 const std::string& client_tag_hash,
64 const std::string& client_tag_hash,
89 const std::string& client_tag_hash,
95 const std::string& client_tag_hash,
non_blocking_type_processor.cc 102 const std::string client_tag_hash(
105 EntityMap::iterator it = entities_.find(client_tag_hash);
110 entities_.insert(std::make_pair(client_tag_hash, entity.release()));
120 const std::string client_tag_hash(
123 EntityMap::iterator it = entities_.find(client_tag_hash);
172 const std::string& client_tag_hash = response_data.client_tag_hash; local
174 EntityMap::iterator it = entities_.find(client_tag_hash);
177 << " type: " << type_ << " client_tag: " << client_tag_hash; local
199 const std::string& client_tag_hash = response_data.client_tag_hash local
    [all...]
non_blocking_type_processor_core.cc 80 const std::string& client_tag_hash = local
82 DCHECK(!client_tag_hash.empty());
83 EntityMap::const_iterator map_it = entities_.find(client_tag_hash);
87 client_tag_hash,
89 entities_.insert(std::make_pair(client_tag_hash, entity));
98 response_data.client_tag_hash = client_tag_hash;
196 EntityMap::iterator map_it = entities_.find(request.client_tag_hash);
200 request.client_tag_hash,
208 entities_.insert(std::make_pair(request.client_tag_hash, entity))
231 const std::string client_tag_hash = response_it->client_tag_hash; local
    [all...]
non_blocking_sync_common.h 60 std::string client_tag_hash; member in struct:syncer::CommitRequestData
80 std::string client_tag_hash; member in struct:syncer::CommitResponseData
90 std::string client_tag_hash; member in struct:syncer::UpdateResponseData
model_thread_sync_entity.cc 32 const std::string& client_tag_hash,
46 client_tag_hash,
61 const std::string& client_tag_hash,
73 client_tag_hash_(client_tag_hash),
135 request->client_tag_hash = client_tag_hash_;
model_thread_sync_entity.h 43 const std::string& client_tag_hash,
116 const std::string& client_tag_hash,
non_blocking_type_processor_core_unittest.cc 390 const std::string& client_tag_hash = local
392 return client_tag_hash;
424 const std::string& client_tag_hash = GenerateTagHash("tag1"); local
437 EXPECT_EQ(client_tag_hash, entity.client_defined_unique_tag());
453 EXPECT_EQ(client_tag_hash, commit_response.client_tag_hash);
499 commit_response.client_tag_hash);
594 EXPECT_EQ(tag_hash, update.client_tag_hash);
non_blocking_type_commit_contribution.cc 72 response_data.client_tag_hash =

Completed in 104 milliseconds