Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h109 void HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo);
H A Dcellular_call_handler.h159 void HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_status_callback_proxy.h285 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &eventOptions) override;
H A Di_call_status_callback.h282 virtual int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) = 0;
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcall_status_callback.h64 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) override;
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp605 callRegister->HandleCallSessionEventChanged(callSessionEventInfo);
637 callRegister->HandleCallSessionEventChanged(callSessionEventInfo);
791 handler.HandleCallSessionEventChanged(event);
852 handler.HandleCallSessionEventChanged(event);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp455 void CellularCallRegister::HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventI… in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallRegister
465 callManagerCallBack_->HandleCallSessionEventChanged(response); in HandleCallSessionEventChanged()
H A Dcellular_call_handler.cpp94 … [this](const AppExecFwk::InnerEvent::Pointer &event) { HandleCallSessionEventChanged(event); }; in InitBasicFuncMap()
921 void CellularCallHandler::HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &even… in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallHandler
932 registerInstance_->HandleCallSessionEventChanged(*result); in HandleCallSessionEventChanged()
/ohos5.0/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp371 int32_t HandleCallSessionEventChanged(const uint8_t *data, size_t size) in HandleCallSessionEventChanged() function
471 HandleCallSessionEventChanged(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp207 cellularCallRegister->HandleCallSessionEventChanged(reportCallSessionInfo); in ReportCallSessionEventChanged()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp460 int32_t CallStatusCallback::HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallback
H A Dcall_status_callback_stub.cpp825 error = HandleCallSessionEventChanged(*parcelPtr); in OnCallSessionEventChange()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp770 int32_t CallStatusCallbackProxy::HandleCallSessionEventChanged(const CallSessionReportInfo &eventOp… in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallbackProxy
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp702 callStatusCallbackProxy->HandleCallSessionEventChanged(sessionReportInfo);
H A Dzero_branch6_test.cpp842 callStatusCallback->HandleCallSessionEventChanged(callSessionReportInfo);