Home
last modified time | relevance | path

Searched refs:GetUpdatesResponse (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/sync/engine/
Dget_updates_processor.h21 class GetUpdatesResponse; variable
80 SyncerError ProcessResponse(const sync_pb::GetUpdatesResponse& gu_response,
87 const sync_pb::GetUpdatesResponse& gu_response,
Dget_updates_processor.cc63 void PartitionUpdatesByType(const sync_pb::GetUpdatesResponse& gu_response, in PartitionUpdatesByType()
93 const sync_pb::GetUpdatesResponse& gu_response, in PartitionProgressMarkersByType()
114 const sync_pb::GetUpdatesResponse& gu_response, in PartitionContextMutationsByType()
276 const sync_pb::GetUpdatesResponse& gu_response, in ProcessResponse()
301 const sync_pb::GetUpdatesResponse& gu_response, in ProcessGetUpdatesResponse()
Dget_updates_processor_unittest.cc60 void InitFakeUpdateResponse(sync_pb::GetUpdatesResponse* response) { in InitFakeUpdateResponse()
331 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
351 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
368 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
Ddirectory_update_handler.h22 class GetUpdatesResponse; variable
Ddirectory_update_handler_unittest.cc135 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
174 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
209 sync_pb::GetUpdatesResponse gu_response; in TEST_F()
Dsyncer_proto_util.cc581 const sync_pb::GetUpdatesResponse& response) { in GetUpdatesResponseString()
/external/chromium_org/sync/protocol/
Dsync.proto138 // CommitResponse.EntryResponse. In the context of a GetUpdatesResponse,
141 // Present in both GetUpdatesResponse and CommitMessage.
148 // Present in both GetUpdatesResponse and CommitMessage.
165 // a result code of CONFLICT. In a GetUpdatesResponse, |version| is
168 // Present in both GetUpdatesResponse and CommitMessage.
172 // Present in both GetUpdatesResponse and CommitMessage.
176 // Present in both GetUpdatesResponse and CommitMessage.
186 // Present in both GetUpdatesResponse and CommitMessage.
193 // Present in both GetUpdatesResponse and CommitMessage.
199 // Present only in GetUpdatesResponse.
[all …]
Dproto_value_conversions_unittest.cc358 sync_pb::GetUpdatesResponse* response = message.mutable_get_updates(); in TEST_F()
Dproto_value_conversions.cc977 const sync_pb::GetUpdatesResponse& proto, in GetUpdatesResponseToValue()
/external/chromium_org/sync/tools/testserver/
Dchromiumsync_test.py324 response = sync_pb2.GetUpdatesResponse()
329 response = sync_pb2.GetUpdatesResponse()
349 response = sync_pb2.GetUpdatesResponse()
371 response = sync_pb2.GetUpdatesResponse()
380 response = sync_pb2.GetUpdatesResponse()
389 response = sync_pb2.GetUpdatesResponse()
416 response = sync_pb2.GetUpdatesResponse()
439 response = sync_pb2.GetUpdatesResponse()
500 response = sync_pb2.GetUpdatesResponse()
552 response = sync_pb2.GetUpdatesResponse()
/external/chromium_org/sync/test/fake_server/
Dfake_server.h89 sync_pb::GetUpdatesResponse* response);
Dfake_server.cc65 sync_pb::GetUpdatesResponse* get_updates_response) const { in UpdateProgressMarkers()
272 sync_pb::GetUpdatesResponse* response) { in HandleGetUpdatesRequest()
/external/chromium_org/sync/test/engine/
Dmock_connection_manager.h303 sync_pb::GetUpdatesResponse* GetUpdateResponse();
356 std::list<sync_pb::GetUpdatesResponse> update_queue_;
Dmock_connection_manager.cc174 sync_pb::GetUpdatesResponse* MockConnectionManager::GetUpdateResponse() { in GetUpdateResponse()
508 sync_pb::GetUpdatesResponse* updates = &update_queue_.front(); in ProcessGetUpdates()
657 sync_pb::GetUpdatesResponse* updates = GetUpdateResponse(); in GetMutableLastUpdate()
663 update_queue_.push_back(sync_pb::GetUpdatesResponse::default_instance()); in NextUpdateBatch()