提交 9cd8e51e 编写于 作者: Q ql 提交者: Gitee

update interfaces/innerkits/libdbinder/include/dbinder_service.h.

上级 3b79d653
...@@ -105,6 +105,7 @@ public: ...@@ -105,6 +105,7 @@ public:
const std::string &deviceID, binder_uintptr_t binderObject, uint64_t pid = 0); const std::string &deviceID, binder_uintptr_t binderObject, uint64_t pid = 0);
bool RegisterRemoteProxy(std::u16string serviceName, sptr<IRemoteObject> binderObject); bool RegisterRemoteProxy(std::u16string serviceName, sptr<IRemoteObject> binderObject);
bool RegisterRemoteProxy(std::u16string serviceName, int32_t systemAbilityId); bool RegisterRemoteProxy(std::u16string serviceName, int32_t systemAbilityId);
bool RegisterRemoteProxyInner(std::u16string serviceName, binder_uintptr_t binder);
bool OnRemoteMessageTask(const struct DHandleEntryTxRx *message); bool OnRemoteMessageTask(const struct DHandleEntryTxRx *message);
std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub); std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
bool DetachDeathRecipient(sptr<IRemoteObject> object); bool DetachDeathRecipient(sptr<IRemoteObject> object);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册