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

This commit is contained in:
ql 2021-07-05 13:46:40 +00:00 committed by Gitee
parent 3b79d6533c
commit 9cd8e51ed3

View File

@ -105,6 +105,7 @@ public:
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, int32_t systemAbilityId);
bool RegisterRemoteProxyInner(std::u16string serviceName, binder_uintptr_t binder);
bool OnRemoteMessageTask(const struct DHandleEntryTxRx *message);
std::shared_ptr<struct SessionInfo> QuerySessionObject(binder_uintptr_t stub);
bool DetachDeathRecipient(sptr<IRemoteObject> object);