Home
last modified time | relevance | path

Searched refs:MSG_SM_DISCONNECT_ALL (Results 1 - 5 of 5) sorted by relevance

/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h29 static const int32_t MSG_SM_DISCONNECT_ALL = BASE + 2; member in OHOS::Telephony::CellularDataEventCode
/base/telephony/cellular_data/services/include/state_machine/
H A Ddefault.h54 { CellularDataEventCode::MSG_SM_DISCONNECT_ALL, member in OHOS::Telephony::Default::CellularDataEventCode
H A Dactive.h62 { CellularDataEventCode::MSG_SM_DISCONNECT_ALL, member in OHOS::Telephony::Active::CellularDataEventCode
/base/telephony/cellular_data/services/src/state_machine/
H A Dinactive.cpp101 case CellularDataEventCode::MSG_SM_DISCONNECT_ALL: { in StateProcess()
102 TELEPHONY_LOGI("Inactive::MSG_SM_DISCONNECT_ALL"); in StateProcess()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp593 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_DISCONNECT_ALL); in HWTEST_F()
613 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_DISCONNECT_ALL); in HWTEST_F()

Completed in 5 milliseconds