Home | History | Annotate | Download | only in cellular

Lines Matching defs:cb

267   ResultCallback cb = Bind(&Cellular::StartModemCallback,
270 capability_->StartModem(error, cb);
277 ResultCallback cb = Bind(&Cellular::StopModemCallback,
280 capability_->StopModem(error, cb);
547 ResultStringmapsCallback cb = Bind(&Cellular::OnScanReply,
549 capability_->Scan(error, cb);
704 ResultCallback cb = Bind(&Cellular::OnConnectReply,
707 capability_->Connect(properties, error, cb);
778 ResultCallback cb = Bind(&Cellular::OnDisconnectReply,
780 capability_->Disconnect(error, cb);