Home
last modified time | relevance | path

Searched refs:SatelliteCallCallbackProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_proxy.cpp23 SatelliteCallCallbackProxy::SatelliteCallCallbackProxy(const sptr<IRemoteObject> &impl) in SatelliteCallCallbackProxy() function in OHOS::Telephony::SatelliteCallCallbackProxy
27 int32_t SatelliteCallCallbackProxy::DialSatelliteResponse(int32_t slotId, const RadioResponseInfo &… in DialSatelliteResponse()
37 int32_t SatelliteCallCallbackProxy::HangUpSatelliteResponse(int32_t slotId, const RadioResponseInfo… in HangUpSatelliteResponse()
47 int32_t SatelliteCallCallbackProxy::RejectSatelliteResponse(int32_t slotId, const RadioResponseInfo… in RejectSatelliteResponse()
57 int32_t SatelliteCallCallbackProxy::AnswerSatelliteResponse(int32_t slotId, const RadioResponseInfo… in AnswerSatelliteResponse()
67 int32_t SatelliteCallCallbackProxy::CallStateChangeReport(int32_t slotId) in CallStateChangeReport()
87 int32_t SatelliteCallCallbackProxy::GetSatelliteCallsDataResponse( in GetSatelliteCallsDataResponse()
118 int32_t SatelliteCallCallbackProxy::SendResponseInfo(int32_t eventId, MessageParcel &in) in SendResponseInfo()
135 if (!in.WriteInterfaceToken(SatelliteCallCallbackProxy::GetDescriptor())) { in WriteCommonInfo()
146 int32_t SatelliteCallCallbackProxy::WriteCommonInfo( in WriteCommonInfo()
[all …]
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_callback_proxy.h26 class SatelliteCallCallbackProxy : public IRemoteProxy<SatelliteCallCallbackInterface> {
28 explicit SatelliteCallCallbackProxy(const sptr<IRemoteObject> &impl);
29 virtual ~SatelliteCallCallbackProxy() = default;
49 static inline BrokerDelegator<SatelliteCallCallbackProxy> delegator_;
H A Dtel_satellite_call_api.versionscript18 *SatelliteCallCallbackProxy*;
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_callback_test.cpp69 …(std::make_unique<SatelliteCallCallbackProxy>(satelliteCallCallback_->AsObject().GetRefPtr())).rel…
108 …(std::make_unique<SatelliteCallCallbackProxy>(satelliteCallCallback_->AsObject().GetRefPtr())).rel…