Lines Matching defs:stub
69 binder_uintptr_t stub;
203 * @param stub Indicates a stub that can be used to query a session object.
207 std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
245 * @param dbStub Indicates a service communication stub across devices.
309 int32_t InvokerRemoteDBinder(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, uint32_t uid);
322 bool DetachSessionObject(binder_uintptr_t stub);
323 bool AttachSessionObject(std::shared_ptr<struct SessionInfo> object, binder_uintptr_t stub);
328 std::shared_ptr<struct DHandleEntryTxRx> CreateMessage(const sptr<DBinderServiceStub> &stub, uint32_t seqNumber,
330 bool SendEntryToRemote(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, uint32_t uid);
338 binder_uintptr_t AddStubByTag(binder_uintptr_t stub);
339 binder_uintptr_t QueryStubPtr(binder_uintptr_t stub);
340 bool CheckBinderObject(const sptr<DBinderServiceStub> &stub, binder_uintptr_t binderObject);
342 bool IsSameStubObject(const sptr<DBinderServiceStub> &stub, const std::u16string &service,
399 /* indicate the stub flag used for negotiation with the peer end, and can be overflow */