Searched refs:GetExecutorPropertyCallbackProxy (Results 1 – 4 of 4) sorted by relevance
40 class GetExecutorPropertyCallbackProxy : public IRemoteProxy<GetExecutorPropertyCallbackInterface>,…42 explicit GetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in GetExecutorPropertyCallbackProxy() function46 ~GetExecutorPropertyCallbackProxy() override = default;50 static inline BrokerDelegator<GetExecutorPropertyCallbackProxy> delegator_;
103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes… in OnGetExecutorPropertyResult()110 if (!data.WriteInterfaceToken(GetExecutorPropertyCallbackProxy::GetDescriptor())) { in OnGetExecutorPropertyResult()130 bool GetExecutorPropertyCallbackProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParce… in SendRequest()
186 …GetExecutorPropertyCallbackInterface> callback = iface_cast<GetExecutorPropertyCallbackProxy>(obj); in GetPropertyStub()231 …GetExecutorPropertyCallbackInterface> callback = iface_cast<GetExecutorPropertyCallbackProxy>(obj); in GetPropertyByIdStub()
98 auto proxy = Common::MakeShared<GetExecutorPropertyCallbackProxy>(obj);