/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback_test.cpp | 172 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 D | ims_call_callback_stub_test.cpp | 193 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 D | ims2_test.cpp | 604 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 D | ims_callback1_test.cpp | 187 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 D | cellular_call_register.h | 109 void HandleCallSessionEventChanged(ImsCallSessionEventInfo &callSessionEventInfo);
|
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
H A D | imscallback_fuzzer.cpp | 372 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 D | cellular_call_register.cpp | 455 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 D | ims_call_callback_interface.h | 408 * @param callSessionEventInfo Indicates info of call session info.
411 virtual int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) = 0;
|
H A D | ims_call_callback_proxy.h | 79 int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) override;
|
H A D | ims_call_callback_stub.h | 83 int32_t CallSessionEventChanged(int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) override;
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 512 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 D | ims_call_callback_stub.cpp | 1305 int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo)
in CallSessionEventChanged() 1314 *responseInfo = callSessionEventInfo;
in CallSessionEventChanged() 1304 CallSessionEventChanged( int32_t slotId, const ImsCallSessionEventInfo &callSessionEventInfo) CallSessionEventChanged() argument
|