Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
Dactive.h45 bool ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event);
62 { CellularDataEventCode::MSG_SM_LOST_CONNECTION, &Active::ProcessLostConnection },
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
Dupdateactivemachine_fuzzer.cpp59 active->ProcessLostConnection(event); in UpdateActiveMachineFuzz()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp112 bool Active::ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event) in ProcessLostConnection() function in OHOS::Telephony::Active