Home
last modified time | relevance | path

Searched refs:SatelliteCallCallbackStub (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_stub.cpp32 SatelliteCallCallbackStub::SatelliteCallCallbackStub() in SatelliteCallCallbackStub() function in OHOS::Telephony::SatelliteCallCallbackStub
38 void SatelliteCallCallbackStub::InitFuncMap() in InitFuncMap()
43 void SatelliteCallCallbackStub::InitCallBasicFuncMap() in InitCallBasicFuncMap()
60 SatelliteCallCallbackStub::~SatelliteCallCallbackStub() in ~SatelliteCallCallbackStub()
65 int32_t SatelliteCallCallbackStub::OnRemoteRequest( in OnRemoteRequest()
68 std::u16string myDescriptor = SatelliteCallCallbackStub::GetDescriptor(); in OnRemoteRequest()
85 int32_t SatelliteCallCallbackStub::OnDialResponseInner(MessageParcel &data, MessageParcel &reply) in OnDialResponseInner()
97 int32_t SatelliteCallCallbackStub::OnHangUpResponseInner(MessageParcel &data, MessageParcel &reply) in OnHangUpResponseInner()
109 int32_t SatelliteCallCallbackStub::OnRejectResponseInner(MessageParcel &data, MessageParcel &reply) in OnRejectResponseInner()
200 int32_t SatelliteCallCallbackStub::CallStateChangeReport(int32_t slotId) in CallStateChangeReport()
[all …]
H A Dsatellite_call_client.cpp115 satelliteCallCallback_ = (std::make_unique<SatelliteCallCallbackStub>()).release(); in RegisterSatelliteCallCallback()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/
H A Dsatellitecallback_fuzzer.cpp55 void OnRemoteRequest(const uint8_t *data, size_t size, sptr<SatelliteCallCallbackStub> &stub) in OnRemoteRequest()
58 if (!dataMessageParcel.WriteInterfaceToken(SatelliteCallCallbackStub::GetDescriptor())) { in OnRemoteRequest()
69 …elliteCallCallbackFunction(const uint8_t *data, size_t size, sptr<SatelliteCallCallbackStub> &stub) in TestSatelliteCallCallbackFunction()
120 … sptr<SatelliteCallCallbackStub> stub = (std::make_unique<SatelliteCallCallbackStub>()).release(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_callback_test.cpp67 (std::make_unique<SatelliteCallCallbackStub>()).release();
106 (std::make_unique<SatelliteCallCallbackStub>()).release();
141 … sptr<SatelliteCallCallbackStub> stub = (std::make_unique<SatelliteCallCallbackStub>()).release();
196 … sptr<SatelliteCallCallbackStub> stub = (std::make_unique<SatelliteCallCallbackStub>()).release();
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_callback_stub.h28 class SatelliteCallCallbackStub : public IRemoteStub<SatelliteCallCallbackInterface> {
30 SatelliteCallCallbackStub();
31 virtual ~SatelliteCallCallbackStub();