Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
Ddefault.h42 bool ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event);
52 {CellularDataEventCode::MSG_SM_DISCONNECT, &Default::ProcessDisconnectDone},
Dactive.h43 bool ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event);
60 {CellularDataEventCode::MSG_SM_DISCONNECT, &Active::ProcessDisconnectDone},
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
Dupdateactivemachine_fuzzer.cpp58 active->ProcessDisconnectDone(event); in UpdateActiveMachineFuzz()
/base/telephony/cellular_data/services/src/state_machine/
Ddefault.cpp59 bool Default::ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessDisconnectDone() function in OHOS::Telephony::Default
Dactive.cpp68 bool Active::ProcessDisconnectDone(const AppExecFwk::InnerEvent::Pointer &event) in ProcessDisconnectDone() function in OHOS::Telephony::Active