Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
Ddefault.h55 {CellularDataEventCode::MSG_SM_DATA_ROAM_ON, &Default::ProcessDataConnectionRoamOn},
Dactive.h64 { CellularDataEventCode::MSG_SM_DATA_ROAM_ON, &Active::ProcessDataConnectionRoamOn },
/base/telephony/cellular_data/services/include/common/
Dcellular_data_event_code.h33 static const int32_t MSG_SM_DATA_ROAM_ON = BASE + 6; variable