Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dactive.h43 bool ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event);
65 … [this](const AppExecFwk::InnerEvent::Pointer &data) { return ProcessLostConnection(data); } },
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
H A Dupdateactivemachine_fuzzer.cpp59 active->ProcessLostConnection(event); in UpdateActiveMachineFuzz()
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp129 bool Active::ProcessLostConnection(const AppExecFwk::InnerEvent::Pointer &event) in ProcessLostConnection() function in OHOS::Telephony::Active
161 return ProcessLostConnection(event); in ProcessRilAdapterHostDied()
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp852 bool result = active->ProcessLostConnection(event);
872 bool result = active->ProcessLostConnection(event);
H A Dzero_branch_test.cpp1181 ASSERT_FALSE(active->ProcessLostConnection(event));