Searched defs:update_response (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dupdate_checker.cc140 UpdateResponse update_response; local
145 if (!update_response.Parse(xml)) {
147 error_message = update_response.errors();
158 original_url, error, error_message, update_response.results());
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler_unittest.cc242 UpdateSignalsResponse* update_response = local
244 update_response->set_status(util::error::OK);
245 Token* invalid_token = update_response->add_token();
249 subscription_1, "Message A", update_response->add_message());
251 subscription_2, "Message B", update_response->add_message());
253 both_subscriptions, "Message C", update_response->add_message());
254 update_response->add_directive()->set_subscription_id("Subscription 1");
255 update_response->add_directive()->set_subscription_id("Subscription 2");
H A Drpc_handler.cc333 const UpdateSignalsResponse& update_response = local
335 DispatchMessages(update_response.message());
338 for (int i = 0; i < update_response.directive_size(); ++i)
339 directive_handler_->AddDirective(update_response.directive(i));
344 const RepeatedPtrField<Token>& tokens = update_response.token();
/external/chromium_org/sync/engine/
H A Dget_updates_processor.cc39 const sync_pb::ClientToServerResponse& update_response,
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()
215 sync_pb::ClientToServerResponse update_response; local
229 &update_response,
233 update_response);
237 base::Time::Now(), update_response, result); local
245 << update_response.get_updates().entries_size()
256 update_response
38 HandleGetEncryptionKeyResponse( const sync_pb::ClientToServerResponse& update_response, syncable::Directory* dir) argument
267 base::Time::Now(), update_response, process_result); local
[all...]

Completed in 88 milliseconds