Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h61 static const uint32_t MSG_SM_INCALL_DATA_SETTINGS_OFF = BASE + 34; variable
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h126 { CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_OFF,
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1081 …ent::Pointer incallEvent = InnerEvent::Get(CellularDataEventCode::MSG_SM_INCALL_DATA_SETTINGS_OFF); in HandleDBSettingIncallChanged()