OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_updates
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sync/engine/
get_updates_delegate.cc
53
sync_pb::GetUpdatesMessage*
get_updates
) const {
55
get_updates
->mutable_caller_info()->set_source(
59
get_updates
->set_get_updates_origin(sync_pb::SyncEnums::GU_TRIGGER);
60
get_updates
->set_is_retry(nudge_tracker_.IsRetryRequired());
65
get_updates
->set_get_updates_origin(sync_pb::SyncEnums::RETRY);
68
for (int i = 0; i <
get_updates
->from_progress_marker_size(); ++i) {
70
get_updates
->mutable_from_progress_marker(i);
104
sync_pb::GetUpdatesMessage*
get_updates
) const {
105
get_updates
->mutable_caller_info()->set_source(source_);
106
get_updates
->set_get_updates_origin(ConvertConfigureSourceToOrigin(source_))
[
all
...]
get_updates_delegate.h
29
sync_pb::GetUpdatesMessage*
get_updates
) const = 0;
50
sync_pb::GetUpdatesMessage*
get_updates
) const OVERRIDE;
77
sync_pb::GetUpdatesMessage*
get_updates
) const OVERRIDE;
108
sync_pb::GetUpdatesMessage*
get_updates
) const OVERRIDE;
get_updates_processor.cc
42
if (update_response.
get_updates
().encryption_keys_size() == 0) {
49
update_response.
get_updates
().encryption_keys(),
53
<< update_response.
get_updates
().encryption_keys_size()
143
message->set_message_contents(sync_pb::ClientToServerMessage::
GET_UPDATES
);
145
sync_pb::GetUpdatesMessage*
get_updates
= message->mutable_get_updates();
local
150
get_updates
->set_fetch_folders(true);
152
get_updates
->set_create_mobile_bookmarks_folder(
155
get_updates
->set_need_encryption_key(need_encryption_key);
158
get_updates
->mutable_caller_info()->set_notifications_enabled(
191
sync_pb::GetUpdatesMessage*
get_updates
= message->mutable_get_updates()
local
[
all
...]
get_updates_processor_unittest.cc
116
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
164
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
204
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
236
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
257
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
287
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
321
const sync_pb::GetUpdatesMessage& gu_msg = message.
get_updates
();
syncer_proto_util.cc
318
DCHECK_LT(0, message.
get_updates
().from_progress_marker_size());
319
for (int i = 0; i < message.
get_updates
().from_progress_marker_size(); ++i) {
320
if (!message.
get_updates
().from_progress_marker(i).token().empty())
350
DCHECK(!msg->
get_updates
().has_from_timestamp()); // Deprecated.
351
DCHECK(!msg->
get_updates
().has_requested_types()); // Deprecated.
597
output.append(GetUpdatesResponseString(response.
get_updates
()));
/external/chromium_org/sync/internal_api/events/
get_updates_response_event.cc
35
response_.
get_updates
().entries_size());
38
response_.
get_updates
().entries_size());
/external/chromium_org/sync/test/fake_server/
fake_server.h
88
bool HandleGetUpdatesRequest(const sync_pb::GetUpdatesMessage&
get_updates
,
fake_server.cc
241
case sync_pb::ClientToServerMessage::
GET_UPDATES
:
242
success = HandleGetUpdatesRequest(message.
get_updates
(),
271
const sync_pb::GetUpdatesMessage&
get_updates
,
277
scoped_ptr<UpdateSieve> sieve = UpdateSieve::Create(
get_updates
);
279
if (
get_updates
.create_mobile_bookmarks_folder() &&
304
get_updates
.need_encryption_key()) {
/external/chromium_org/sync/test/engine/
mock_connection_manager.cc
143
} else if (post.message_contents() == ClientToServerMessage::
GET_UPDATES
) {
489
ASSERT_EQ(csm->message_contents(), ClientToServerMessage::
GET_UPDATES
);
490
const GetUpdatesMessage& gu = csm->
get_updates
();
522
std::string token = response->
get_updates
().new_progress_marker(0).token();
/external/chromium_org/sync/tools/testserver/
chromiumsync.py
[
all
...]
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
[
all
...]
Completed in 214 milliseconds