Searched refs:SatelliteCallCallbackStub (Results 1 – 5 of 5) sorted by relevance
32 SatelliteCallCallbackStub::SatelliteCallCallbackStub() in SatelliteCallCallbackStub() function in OHOS::Telephony::SatelliteCallCallbackStub38 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 …]
115 satelliteCallCallback_ = (std::make_unique<SatelliteCallCallbackStub>()).release(); in RegisterSatelliteCallCallback()
55 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()
67 (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();
28 class SatelliteCallCallbackStub : public IRemoteStub<SatelliteCallCallbackInterface> {30 SatelliteCallCallbackStub();31 virtual ~SatelliteCallCallbackStub();