Home
last modified time | relevance | path

Searched refs:MSG_SM_INCALL_DATA_SETTINGS_ON (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h95 { CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON,
122 { CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON,
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h60 static const uint32_t MSG_SM_INCALL_DATA_SETTINGS_ON = BASE + 33; variable
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp473 if (eventCode == CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON) { in StateProcess()
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp168 auto event = AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON);
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1078 …vent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_ON); in HandleDBSettingIncallChanged()