Searched refs:modem_device_path (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dsms_observer.h35 const char* modem_device_path,
38 void OnNewMessage(const char* modem_device_path, const SMS* message);
H A Dsms_observer.cc92 const char* modem_device_path,
95 monitor->OnNewMessage(modem_device_path, message);
98 void SmsObserver::OnNewMessage(const char* modem_device_path, argument
91 StaticCallback(void* object, const char* modem_device_path, const SMS* message) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dsms_observer.h34 void OnNewMessage(const std::string& modem_device_path, const SMS& message);
H A Dsms_observer.cc87 void SmsObserver::OnNewMessage(const std::string& modem_device_path, argument
/external/chromium_org/chromeos/network/
H A Dsms_watcher.h49 SMSWatcher(const std::string& modem_device_path,
H A Dcros_network_functions.h34 typedef base::Callback<void(const std::string& modem_device_path,
122 const std::string& modem_device_path,
H A Dsms_watcher.cc362 SMSWatcher::SMSWatcher(const std::string& modem_device_path, argument
365 device_path_(modem_device_path),
368 dbus::ObjectPath(modem_device_path),
H A Dcros_network_functions_unittest.cc166 void(const std::string& modem_device_path, const SMS& message));
385 const std::string modem_device_path = "/modem/device/path"; local
390 GetProperties(dbus::ObjectPath(modem_device_path), _))
402 modem_device_path, IsSMSEqualTo(sms))).Times(2);
416 modem_device_path,
H A Dcros_network_functions.cc393 CrosNetworkWatcher* CrosMonitorSMS(const std::string& modem_device_path, argument
395 return new SMSWatcher(modem_device_path, callback);

Completed in 363 milliseconds