Home | History | Annotate | Download | only in wifi

Lines Matching defs:error

130       std::string error;
131 wifi_service->GetProperties(network_guid, &properties, &error);
132 VLOG(0) << error << ":\n" << properties;
156 std::string error;
163 &error);
164 VLOG(0) << error << ":\n" << new_network_guid;
171 std::string error;
176 &error);
178 wifi_service->StartConnect(network_guid, &error);
179 VLOG(0) << error;
186 std::string error;
187 wifi_service->StartDisconnect(network_guid, &error);
188 VLOG(0) << error;