Home
last modified time | relevance | path

Searched refs:HangUpSatelliteResponse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_callback_interface.h49 virtual int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
H A Dsatellite_call_callback_proxy.h33 int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) override;
H A Dsatellite_call_callback_stub.h36 int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) override;
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_callback_test.cpp85 …ASSERT_EQ(callCallbackProxy->HangUpSatelliteResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS);
121 …ASSERT_EQ(callCallbackProxy->HangUpSatelliteResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_stub.cpp105 reply.WriteInt32(HangUpSatelliteResponse(slotId, *info)); in OnHangUpResponseInner()
182 int32_t SatelliteCallCallbackStub::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo … in HangUpSatelliteResponse() function in OHOS::Telephony::SatelliteCallCallbackStub
H A Dsatellite_call_callback_proxy.cpp37 int32_t SatelliteCallCallbackProxy::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo… in HangUpSatelliteResponse() function in OHOS::Telephony::SatelliteCallCallbackProxy