Searched refs:HangUpSatelliteResponse (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/ |
H A D | satellite_call_callback_interface.h | 49 virtual int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
|
H A D | satellite_call_callback_proxy.h | 33 int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
H A D | satellite_call_callback_stub.h | 36 int32_t HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_callback_test.cpp | 85 …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 D | satellite_call_callback_stub.cpp | 105 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 D | satellite_call_callback_proxy.cpp | 37 int32_t SatelliteCallCallbackProxy::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo… in HangUpSatelliteResponse() function in OHOS::Telephony::SatelliteCallCallbackProxy
|