Home
last modified time | relevance | path

Searched refs:MSG_STATE_MACHINE_QUIT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dstate_machine.h122 if (event->GetInnerEventId() == CellularDataEventCode::MSG_STATE_MACHINE_QUIT) { in ProcessEvent()
197 AppExecFwk::InnerEvent::Get(CellularDataEventCode::MSG_STATE_MACHINE_QUIT); in Quit()
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h43 static const int32_t MSG_STATE_MACHINE_QUIT = BASE + 16; variable