Lines Matching refs:cb
174 ResultCallback cb = in StartModem() local
182 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
189 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
191 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
194 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
200 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
204 weak_ptr_factory_.GetWeakPtr(), cb)); in StartModem()
302 ResultCallback cb = Bind(&CellularCapabilityGSM::OnConnectReply, in Connect() local
305 simple_proxy_->Connect(properties, error, cb, kTimeoutConnect); in Connect()
349 GSMIdentifierCallback cb = Bind(&CellularCapabilityGSM::OnGetIMEIReply, in GetIMEI() local
351 card_proxy_->GetIMEI(&error, cb, kTimeoutDefault); in GetIMEI()
366 GSMIdentifierCallback cb = Bind(&CellularCapabilityGSM::OnGetIMSIReply, in GetIMSI() local
369 card_proxy_->GetIMSI(&error, cb, kTimeoutDefault); in GetIMSI()
386 GSMIdentifierCallback cb = Bind(&CellularCapabilityGSM::OnGetSPNReply, in GetSPN() local
389 card_proxy_->GetSPN(&error, cb, kTimeoutDefault); in GetSPN()
405 GSMIdentifierCallback cb = Bind(&CellularCapabilityGSM::OnGetMSISDNReply, in GetMSISDN() local
408 card_proxy_->GetMSISDN(&error, cb, kTimeoutDefault); in GetMSISDN()
455 ResultCallback cb = Bind(&CellularCapabilityGSM::OnRegisterReply, in Register() local
457 network_proxy_->Register(cellular()->selected_network(), &error, cb, in Register()
470 ResultCallback cb = Bind(&CellularCapabilityGSM::OnRegisterReply, in RegisterOnNetwork() local
472 network_proxy_->Register(network_id, error, cb, kTimeoutRegister); in RegisterOnNetwork()
543 ScanResultsCallback cb = Bind(&CellularCapabilityGSM::OnScanReply, in Scan() local
545 network_proxy_->Scan(error, cb, kTimeoutScan); in Scan()