Searched refs:MSG_ESTABLISH_DATA_CONNECTION (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_event_code.h | 39 static const int32_t MSG_ESTABLISH_DATA_CONNECTION = BASE + 12; variable
|
/ohos5.0/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_handler.cpp | 569 !HasInnerEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION)) { in CheckApnState() 572 …SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id, ESTABLISH_DATA_CONNECTION_DELA… in CheckApnState() 868 …SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, apnHolder->GetRetryDelay()); in DisconnectDataComplete() 905 SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, apnId, 0); in HandleSortConnection() 988 …nt::Pointer innerEvent = InnerEvent::Get(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id); in MsgRequestNetwork() 1370 …SendEvent(CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION, id, ESTABLISH_DATA_CONNECTION_DELA… in HandleApnChanged()
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_handler.h | 198 { CellularDataEventCode::MSG_ESTABLISH_DATA_CONNECTION,
|