HomeSort by relevance Sort by last modified time
    Searched defs:service_state (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 29 #include "cloud_print/service/service_state.h"
336 ServiceState service_state; local
339 service_state.FromString(contents);
340 std::string proxy_id = service_state.proxy_id();
cloud_print_service_config.cc 21 #include "cloud_print/service/service_state.h"
382 ServiceState service_state; local
383 if (service_state.FromString(contents))
384 proxy_id = service_state.proxy_id();
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 398 SyncServiceState service_state = remote_sync_runners_[i]->GetServiceState(); local
399 if (service_state != SYNC_SERVICE_RUNNING)
407 SyncServiceState service_state = local_sync_runners_[i]->GetServiceState(); local
408 if (service_state != SYNC_SERVICE_RUNNING)
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 649 ServiceRecordState* service_state = new ServiceRecordState(); local
650 service_state->gatt_uuid =
652 service_record_states->push_back(service_state);

Completed in 98 milliseconds