Lines Matching refs:sim_path
1281 bool CellularCapabilityUniversal::IsValidSimPath(const string& sim_path) const {
1282 return !sim_path.empty() && sim_path != kRootPath;
1295 const string& sim_path) {
1296 if (sim_path == sim_path_)
1300 sim_path))
1301 proxy = control_interface()->CreateSimProxy(sim_path,
1303 sim_path_ = sim_path;
1306 if (!IsValidSimPath(sim_path)) {
1318 sim_path, cellular()->dbus_service()));