Searched refs:WidgetCallbackProxy (Results 1 – 4 of 4) sorted by relevance
26 class WidgetCallbackProxy : public IRemoteProxy<WidgetCallbackInterface>, public NoCopyable {28 …explicit WidgetCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<WidgetCallbackInter… in WidgetCallbackProxy() function31 ~WidgetCallbackProxy() override = default;35 static inline BrokerDelegator<WidgetCallbackProxy> delegator_;
27 void WidgetCallbackProxy::SendCommand(const std::string &cmdData) in SendCommand()34 if (!data.WriteInterfaceToken(WidgetCallbackProxy::GetDescriptor())) { in SendCommand()48 bool WidgetCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest()
579 sptr<WidgetCallbackInterface> callback = iface_cast<WidgetCallbackProxy>(obj); in RegisterWidgetCallbackStub()
57 auto proxy = Common::MakeShared<WidgetCallbackProxy>(obj);