Home
last modified time | relevance | path

Searched refs:entry_response (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/engine/
Dcommit_util.cc223 const sync_pb::CommitResponse_EntryResponse& entry_response) { in GetResultingPostCommitName() argument
225 SyncerProtoUtil::NameFromCommitEntryResponse(entry_response); in GetResultingPostCommitName()
233 const sync_pb::CommitResponse_EntryResponse& entry_response, in UpdateVersionAfterCommit() argument
237 int64 new_version = entry_response.version(); in UpdateVersionAfterCommit()
253 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in UpdateVersionAfterCommit()
254 << " new_version:" << entry_response.version(); in UpdateVersionAfterCommit()
269 const sync_pb::CommitResponse_EntryResponse& entry_response, in ChangeIdAfterCommit() argument
274 SyncableIdFromProto(entry_response.id_string()); in ChangeIdAfterCommit()
300 const sync_pb::CommitResponse_EntryResponse& entry_response, in UpdateServerFieldsAfterCommit() argument
341 GetResultingPostCommitName(committed_entry, entry_response)); in UpdateServerFieldsAfterCommit()
[all …]
Dnon_blocking_type_commit_contribution.cc53 const sync_pb::CommitResponse_EntryResponse& entry_response = in ProcessCommitResponse() local
56 switch (entry_response.response_type()) { in ProcessCommitResponse()
71 response_data.id = entry_response.id_string(); in ProcessCommitResponse()
75 response_data.response_version = entry_response.version(); in ProcessCommitResponse()
Ddirectory_commit_contribution_unittest.cc391 sync_pb::CommitResponse_EntryResponse* entry_response = in TEST_F() local
393 CreateSuccessfulCommitResponse(entity, entry_response); in TEST_F()
475 sync_pb::CommitResponse_EntryResponse* entry_response = in TEST_F() local
477 CreateSuccessfulCommitResponse(entity, entry_response); in TEST_F()
/external/chromium_org/sync/test/fake_server/
Dfake_server.cc317 sync_pb::CommitResponse_EntryResponse* entry_response, in CommitEntity() argument
359 BuildEntryResponseForSuccessfulCommit(entry_response, entity); in CommitEntity()
364 sync_pb::CommitResponse_EntryResponse* entry_response, in BuildEntryResponseForSuccessfulCommit() argument
366 entry_response->set_response_type(sync_pb::CommitResponse::SUCCESS); in BuildEntryResponseForSuccessfulCommit()
367 entry_response->set_id_string(entity->GetId()); in BuildEntryResponseForSuccessfulCommit()
370 entry_response->set_version(entity->GetVersion() + 1); in BuildEntryResponseForSuccessfulCommit()
372 entry_response->set_version(entity->GetVersion()); in BuildEntryResponseForSuccessfulCommit()
373 entry_response->set_name(entity->GetName()); in BuildEntryResponseForSuccessfulCommit()
423 sync_pb::CommitResponse_EntryResponse* entry_response = in HandleCommitRequest() local
434 entry_response, in HandleCommitRequest()
Dfake_server.h112 sync_pb::CommitResponse_EntryResponse* entry_response,
119 sync_pb::CommitResponse_EntryResponse* entry_response,