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

  /external/libweave/src/commands/
cloud_command_update_interface.h 19 virtual void UpdateCommand(const std::string& command_id,
cloud_command_proxy_unittest.cc 42 MOCK_METHOD3(UpdateCommand,
162 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expected), _));
176 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expected), _));
188 UpdateCommand(
215 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expected), _));
224 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect), _))
265 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect1), _))
272 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect2), _))
283 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect3), _))
304 EXPECT_CALL(cloud_updater_, UpdateCommand(kCmdID, MatchJson(expect1), _)
    [all...]
cloud_command_proxy.cc 138 cloud_command_updater_->UpdateCommand(
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 233 private UpdateCommand parseUpdateCommand() {
259 return new UpdateCommand(uri, userId, values, where);
605 private static class UpdateCommand extends InsertCommand {
608 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
update.py 93 class UpdateCommand(Command):
  /external/libweave/src/
device_registration_info.h 114 void UpdateCommand(const std::string& command_id,
device_registration_info.cc 859 void DeviceRegistrationInfo::UpdateCommand(
877 UpdateCommand(command_id, command_patch, base::Bind(&IgnoreCloudError));
    [all...]

Completed in 223 milliseconds