HomeSort by relevance Sort by last modified time
    Searched refs:update_response (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/engine/
get_updates_processor.cc 39 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.get_updates().encryption_keys_size() > 0)
267 base::Time::Now(), update_response, process_result); local
    [all...]
  /external/chromium_org/components/component_updater/
update_checker.cc 140 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());
  /system/keymaster/
google_keymaster_test.cpp 420 UpdateOperationResponse update_response; local
425 device.UpdateOperation(update_request, &update_response);
426 ASSERT_EQ(KM_ERROR_OK, update_response.error);
427 EXPECT_EQ(0U, update_response.output.available_read());
471 UpdateOperationResponse update_response; local
476 device.UpdateOperation(update_request, &update_response);
477 ASSERT_EQ(KM_ERROR_OK, update_response.error);
478 EXPECT_EQ(0U, update_response.output.available_read());
503 UpdateOperationResponse update_response; local
508 device.UpdateOperation(update_request, &update_response);
535 UpdateOperationResponse update_response; local
647 UpdateOperationResponse update_response; local
683 UpdateOperationResponse update_response; local
719 UpdateOperationResponse update_response; local
755 UpdateOperationResponse update_response; local
913 UpdateOperationResponse update_response; local
983 UpdateOperationResponse update_response; local
1053 UpdateOperationResponse update_response; local
    [all...]
  /external/chromium_org/components/copresence/rpc/
rpc_handler_unittest.cc 242 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");
rpc_handler.cc 333 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/tools/testserver/
chromiumsync.py     [all...]

Completed in 99 milliseconds