Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h31 static const int32_t MSG_SM_LOST_CONNECTION = BASE + 4; variable
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dactive.h64 { CellularDataEventCode::MSG_SM_LOST_CONNECTION,
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp241 AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_LOST_CONNECTION); in RadioDataCallListChanged()