Home
last modified time | relevance | path

Searched refs:CallSessionReportInfo (Results 1 – 12 of 12) sorted by relevance

/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;
H A Dcall_manager_inner_type.h488 struct CallSessionReportInfo { struct
/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/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp342 length = sizeof(CallSessionReportInfo);
344 CallSessionReportInfo callSessionReportInfo;
H A Dzero_branch_test_call_state.cpp701 CallSessionReportInfo sessionReportInfo;
H A Dzero_branch6_test.cpp841 CallSessionReportInfo callSessionReportInfo;
/ohos5.0/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp381 int32_t length = sizeof(CallSessionReportInfo); in HandleCallSessionEventChanged()
383 CallSessionReportInfo callSessionReportInfo; in HandleCallSessionEventChanged()
/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()
778 int32_t length = sizeof(CallSessionReportInfo); in HandleCallSessionEventChanged()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback_stub.cpp815 const CallSessionReportInfo *parcelPtr = nullptr; in OnCallSessionEventChange()
821 …if ((parcelPtr = reinterpret_cast<const CallSessionReportInfo *>(data.ReadRawData(len))) == nullpt… in OnCallSessionEventChange()
H A Dcall_status_callback.cpp460 int32_t CallStatusCallback::HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) in HandleCallSessionEventChanged()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp462 CallSessionReportInfo response; in HandleCallSessionEventChanged()