Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h93 { CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_ENDED,
124 { CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_ENDED,
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h63 static const uint32_t MSG_SM_INCALL_DATA_CALL_ENDED = BASE + 36; variable
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1147 …Event::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_ENDED); in HandleImsCallChanged()