Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h62 static const uint32_t MSG_SM_INCALL_DATA_CALL_STARTED = BASE + 35; variable
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h91 { CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_STARTED,
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1143 …ent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_STARTED); in HandleImsCallChanged()