Lines Matching refs:DBinderServiceStub
164 sptr<DBinderServiceStub> MakeRemoteBinder(const std::u16string &serviceName,
249 bool AttachCallbackProxy(sptr<IRemoteObject> object, DBinderServiceStub *dbStub);
309 …int32_t InvokerRemoteDBinder(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid…
328 …std::shared_ptr<struct DHandleEntryTxRx> CreateMessage(const sptr<DBinderServiceStub> &stub, uint3…
330 …bool SendEntryToRemote(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, uint…
340 bool CheckBinderObject(const sptr<DBinderServiceStub> &stub, binder_uintptr_t binderObject);
342 bool IsSameStubObject(const sptr<DBinderServiceStub> &stub, const std::u16string &service,
344 …sptr<DBinderServiceStub> FindDBinderStub(const std::u16string &service, const std::string &device);
346 sptr<DBinderServiceStub> FindOrNewDBinderStub(const std::u16string &service,
348 void ProcessCallbackProxy(sptr<DBinderServiceStub> dbStub);
349 bool NoticeCallbackProxy(sptr<DBinderServiceStub> dbStub);
402 std::list<sptr<DBinderServiceStub>> DBinderStubRegisted_;
407 std::map<sptr<IRemoteObject>, DBinderServiceStub *> noticeProxy_;