Searched refs:GetUpdatesResponse (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/sync/engine/ |
D | get_updates_processor.h | 21 class GetUpdatesResponse; variable 80 SyncerError ProcessResponse(const sync_pb::GetUpdatesResponse& gu_response, 87 const sync_pb::GetUpdatesResponse& gu_response,
|
D | get_updates_processor.cc | 63 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()
|
D | get_updates_processor_unittest.cc | 60 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()
|
D | directory_update_handler.h | 22 class GetUpdatesResponse; variable
|
D | directory_update_handler_unittest.cc | 135 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()
|
D | syncer_proto_util.cc | 581 const sync_pb::GetUpdatesResponse& response) { in GetUpdatesResponseString()
|
/external/chromium_org/sync/protocol/ |
D | sync.proto | 138 // 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 …]
|
D | proto_value_conversions_unittest.cc | 358 sync_pb::GetUpdatesResponse* response = message.mutable_get_updates(); in TEST_F()
|
D | proto_value_conversions.cc | 977 const sync_pb::GetUpdatesResponse& proto, in GetUpdatesResponseToValue()
|
/external/chromium_org/sync/tools/testserver/ |
D | chromiumsync_test.py | 324 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/ |
D | fake_server.h | 89 sync_pb::GetUpdatesResponse* response);
|
D | fake_server.cc | 65 sync_pb::GetUpdatesResponse* get_updates_response) const { in UpdateProgressMarkers() 272 sync_pb::GetUpdatesResponse* response) { in HandleGetUpdatesRequest()
|
/external/chromium_org/sync/test/engine/ |
D | mock_connection_manager.h | 303 sync_pb::GetUpdatesResponse* GetUpdateResponse(); 356 std::list<sync_pb::GetUpdatesResponse> update_queue_;
|
D | mock_connection_manager.cc | 174 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()
|