Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp823 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DATA_CONNECTED); in EstablishDataConnectionComplete() local
824 incallDataStateMachine_->SendEvent(incallEvent); in EstablishDataConnectionComplete()
951 auto incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DATA_DISCONNECTED); in DisconnectDataComplete() local
952 incallDataStateMachine_->SendEvent(incallEvent); in DisconnectDataComplete()
1250 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON); in HandleDBSettingIncallChanged() local
1251 incallDataStateMachine_->SendEvent(incallEvent); in HandleDBSettingIncallChanged()
1253 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_OFF); in HandleDBSettingIncallChanged() local
1254 incallDataStateMachine_->SendEvent(incallEvent); in HandleDBSettingIncallChanged()
1315 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_STARTED); in HandleImsCallChanged() local
1316 incallDataStateMachine_->SendEvent(incallEvent); in HandleImsCallChanged()
1319 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_ENDED); HandleImsCallChanged() local
1626 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DSDS_CHANGED); HandleDsdsModeChanged() local
[all...]

Completed in 4 milliseconds