Home
last modified time | relevance | path

Searched refs:HandleCallSessionEventChanged (Results 1 – 14 of 14) sorted by relevance

/base/telephony/cellular_call/services/manager/include/
Dcellular_call_register.h109 void HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo);
Dcellular_call_handler.h159 void HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/call_manager/services/telephony_interaction/include/
Dcall_status_callback.h63 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) override;
/base/telephony/call_manager/interfaces/innerkits/
Di_call_status_callback.h281 virtual int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) = 0;
Dcall_status_callback_proxy.h285 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &eventOptions) override;
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp451 void CellularCallRegister::HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventI… in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallRegister
461 callManagerCallBack_->HandleCallSessionEventChanged(response); in HandleCallSessionEventChanged()
Dcellular_call_handler.cpp75 …adioEvent::RADIO_CALL_SESSION_EVENT_CHANGED] = &CellularCallHandler::HandleCallSessionEventChanged; in InitBasicFuncMap()
845 void CellularCallHandler::HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &even… in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallHandler
856 registerInstance_->HandleCallSessionEventChanged(*result); in HandleCallSessionEventChanged()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
Dtelephonyinteraction_fuzzer.cpp371 int32_t HandleCallSessionEventChanged(const uint8_t *data, size_t size) in HandleCallSessionEventChanged() function
471 HandleCallSessionEventChanged(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
Dregistercallmanagercallback_fuzzer.cpp204 cellularCallRegister->HandleCallSessionEventChanged(reportCallSessionInfo); in ReportCallSessionEventChanged()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback.cpp416 int32_t CallStatusCallback::HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallback
Dcall_status_callback_stub.cpp764 error = HandleCallSessionEventChanged(*parcelPtr); in OnCallSessionEventChange()
/base/telephony/call_manager/frameworks/native/src/
Dcall_status_callback_proxy.cpp736 int32_t CallStatusCallbackProxy::HandleCallSessionEventChanged(const CallSessionReportInfo &eventOp… in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallbackProxy
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test_call_state.cpp635 callStatusCallbackProxy->HandleCallSessionEventChanged(sessionReportInfo);
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1754 callRegister->HandleCallSessionEventChanged(callSessionEventInfo);
1872 handler.HandleCallSessionEventChanged(event);