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.cc206 const sync_pb::CommitResponse_EntryResponse& entry_response) { in GetResultingPostCommitName() argument
208 SyncerProtoUtil::NameFromCommitEntryResponse(entry_response); in GetResultingPostCommitName()
216 const sync_pb::CommitResponse_EntryResponse& entry_response, in UpdateVersionAfterCommit() argument
220 int64 new_version = entry_response.version(); in UpdateVersionAfterCommit()
236 << " new_id:" << SyncableIdFromProto(entry_response.id_string()) in UpdateVersionAfterCommit()
237 << " new_version:" << entry_response.version(); in UpdateVersionAfterCommit()
252 const sync_pb::CommitResponse_EntryResponse& entry_response, in ChangeIdAfterCommit() argument
257 SyncableIdFromProto(entry_response.id_string()); in ChangeIdAfterCommit()
283 const sync_pb::CommitResponse_EntryResponse& entry_response, in UpdateServerFieldsAfterCommit() argument
322 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.cc308 sync_pb::CommitResponse_EntryResponse* entry_response = in TEST_F() local
310 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
365 BuildEntryResponseForSuccessfulCommit(entry_response, entity); in CommitEntity()
370 sync_pb::CommitResponse_EntryResponse* entry_response, in BuildEntryResponseForSuccessfulCommit() argument
372 entry_response->set_response_type(sync_pb::CommitResponse::SUCCESS); in BuildEntryResponseForSuccessfulCommit()
373 entry_response->set_id_string(entity->GetId()); in BuildEntryResponseForSuccessfulCommit()
376 entry_response->set_version(entity->GetVersion() + 1); in BuildEntryResponseForSuccessfulCommit()
378 entry_response->set_version(entity->GetVersion()); in BuildEntryResponseForSuccessfulCommit()
379 entry_response->set_name(entity->GetName()); in BuildEntryResponseForSuccessfulCommit()
429 sync_pb::CommitResponse_EntryResponse* entry_response = in HandleCommitRequest() local
440 entry_response, in HandleCommitRequest()
Dfake_server.h112 sync_pb::CommitResponse_EntryResponse* entry_response,
119 sync_pb::CommitResponse_EntryResponse* entry_response,