Home
last modified time | relevance | path

Searched refs:callSessionEventInfo (Results 1 - 12 of 12) sorted by relevance

/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp172 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
173 callSessionEventInfo.callIndex = DEFAULT_INDEX; in HWTEST_F()
174 ASSERT_EQ(callCallbackProxy->CallSessionEventChanged(slotId, callSessionEventInfo), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dims_call_callback_stub_test.cpp193 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
194 callBackStub.CallSessionEventChanged(slotId, callSessionEventInfo); in HWTEST_F()
207 EXPECT_EQ(callBackStub.CallSessionEventChanged(slotId, callSessionEventInfo), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dims2_test.cpp604 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
605 callRegister->HandleCallSessionEventChanged(callSessionEventInfo); in HWTEST_F()
636 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
637 callRegister->HandleCallSessionEventChanged(callSessionEventInfo); in HWTEST_F()
H A Dims_callback1_test.cpp187 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
188 callSessionEventInfo.callIndex = DEFAULT_INDEX; in HWTEST_F()
191 (const void *)&callSessionEventInfo, sizeof(ImsCallSessionEventInfo))); in HWTEST_F()
745 ImsCallSessionEventInfo callSessionEventInfo; in HWTEST_F() local
746 callSessionEventInfo.callIndex = DEFAULT_INDEX; in HWTEST_F()
749 (const void *)&callSessionEventInfo, sizeof(ImsCallSessionEventInfo))); in HWTEST_F()
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h109 void HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo);
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp372 ImsCallSessionEventInfo callSessionEventInfo; in TestICCbWithCallSessionEventChanged() local
373 callSessionEventInfo.callIndex = static_cast<int32_t>(size % CALL_INDEX_NUM); in TestICCbWithCallSessionEventChanged()
374 callSessionEventInfo.eventType = static_cast<VideoCallEventType>(size % VIDEO_CALL_EVENT_NUM); in TestICCbWithCallSessionEventChanged()
376 callSessionData.WriteRawData((const void *)&callSessionEventInfo, sizeof(ImsCallSessionEventInfo)); in TestICCbWithCallSessionEventChanged()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp455 void CellularCallRegister::HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo) in HandleCallSessionEventChanged() argument
463 response.index = callSessionEventInfo.callIndex; in HandleCallSessionEventChanged()
464 response.eventId = static_cast<CallSessionEventId>(callSessionEventInfo.eventType); in HandleCallSessionEventChanged()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h408 * @param callSessionEventInfo Indicates info of call session info.
411 virtual int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) = 0;
H A Dims_call_callback_proxy.h79 int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) override;
H A Dims_call_callback_stub.h83 int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) override;
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp512 int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) in CallSessionEventChanged()
519 if (!in.WriteRawData((const void *)&callSessionEventInfo, sizeof(ImsCallSessionEventInfo))) { in CallSessionEventChanged()
520 TELEPHONY_LOGE("[slot%{public}d]Write callSessionEventInfo fail!", slotId); in CallSessionEventChanged()
511 CallSessionEventChanged( int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) CallSessionEventChanged() argument
H A Dims_call_callback_stub.cpp1305 int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) in CallSessionEventChanged()
1314 *responseInfo = callSessionEventInfo; in CallSessionEventChanged()
1304 CallSessionEventChanged( int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) CallSessionEventChanged() argument

Completed in 13 milliseconds