Lines Matching defs:incallEvent
823 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DATA_CONNECTED);
824 incallDataStateMachine_->SendEvent(incallEvent);
951 auto incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DATA_DISCONNECTED);
952 incallDataStateMachine_->SendEvent(incallEvent);
1250 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON);
1251 incallDataStateMachine_->SendEvent(incallEvent);
1253 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_OFF);
1254 incallDataStateMachine_->SendEvent(incallEvent);
1315 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_STARTED);
1316 incallDataStateMachine_->SendEvent(incallEvent);
1319 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_CALL_ENDED);
1320 incallDataStateMachine_->SendEvent(incallEvent);
1626 InnerEvent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_DSDS_CHANGED);
1627 incallDataStateMachine_->SendEvent(incallEvent);