Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h109 void HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo);
H A Dcellular_call_handler.h160 void HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcall_status_callback.h64 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Di_call_status_callback.h282 virtual int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) = 0;
H A Dcall_status_callback_proxy.h285 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &eventOptions) override;
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp455 void CellularCallRegister::HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo) in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallRegister
459 TELEPHONY_LOGE("HandleCallSessionEventChanged return, callManagerCallBack_ is nullptr, report fail!"); in HandleCallSessionEventChanged()
465 callManagerCallBack_->HandleCallSessionEventChanged(response); in HandleCallSessionEventChanged()
H A Dcellular_call_handler.cpp94 [this](const AppExecFwk::InnerEvent::Pointer &event) { HandleCallSessionEventChanged(event); }; in InitBasicFuncMap()
924 void CellularCallHandler::HandleCallSessionEventChanged(const AppExecFwk::InnerEvent::Pointer &event) in HandleCallSessionEventChanged() function in OHOS::Telephony::CellularCallHandler
935 registerInstance_->HandleCallSessionEventChanged(*result); in HandleCallSessionEventChanged()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp605 callRegister->HandleCallSessionEventChanged(callSessionEventInfo); in HWTEST_F()
637 callRegister->HandleCallSessionEventChanged(callSessionEventInfo); in HWTEST_F()
791 handler.HandleCallSessionEventChanged(event); in HWTEST_F()
852 handler.HandleCallSessionEventChanged(event); in HWTEST_F()
/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()
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp207 cellularCallRegister->HandleCallSessionEventChanged(reportCallSessionInfo); in ReportCallSessionEventChanged()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp467 int32_t CallStatusCallback::HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallback
469 TELEPHONY_LOGI("HandleCallSessionEventChanged"); in HandleCallSessionEventChanged()
H A Dcall_status_callback_stub.cpp803 error = HandleCallSessionEventChanged(*parcelPtr); in OnCallSessionEventChange()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp770 int32_t CallStatusCallbackProxy::HandleCallSessionEventChanged(const CallSessionReportInfo &eventOptions) in HandleCallSessionEventChanged() function in OHOS::Telephony::CallStatusCallbackProxy
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp846 callStatusCallback->HandleCallSessionEventChanged(callSessionReportInfo); in HWTEST_F()
H A Dzero_branch_test_call_state.cpp700 callStatusCallbackProxy->HandleCallSessionEventChanged(sessionReportInfo); in HWTEST_F()

Completed in 17 milliseconds