Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/state_machine/
Dactive.h49 bool ProcessDataConnectionVoiceCallStartedOrEnded(const AppExecFwk::InnerEvent::Pointer &event);
66 …larDataEventCode::MSG_SM_VOICE_CALL_STARTED, &Active::ProcessDataConnectionVoiceCallStartedOrEnded
67 …lularDataEventCode::MSG_SM_VOICE_CALL_ENDED, &Active::ProcessDataConnectionVoiceCallStartedOrEnded
/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
Dupdateactivemachine_fuzzer.cpp63 active->ProcessDataConnectionVoiceCallStartedOrEnded(event); in UpdateActiveMachineFuzz()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp184 bool Active::ProcessDataConnectionVoiceCallStartedOrEnded(const AppExecFwk::InnerEvent::Pointer &ev… in ProcessDataConnectionVoiceCallStartedOrEnded() function in OHOS::Telephony::Active