Home
last modified time | relevance | path

Searched refs:MSG_ESTABLISH_DATA_CONNECTION (Results 1 – 3 of 3) sorted by relevance

/base/telephony/cellular_data/services/include/common/
Dcellular_data_event_code.h39 static const int32_t MSG_ESTABLISH_DATA_CONNECTION = BASE + 12; variable
/base/telephony/cellular_data/services/include/
Dcellular_data_handler.h148 …{ CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, &CellularDataHandler::MsgEstablishDataConn…
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp668 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, delayTime); in DisconnectDataComplete()
690 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, delayTime); in HandleSortConnection()
749 …nt::Pointer innerEvent = InnerEvent::Get(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id); in MsgRequestNetwork()
979 …SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id, ESTABLISH_DATA_CONNECTION_DELA… in HandleApnChanged()