mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
update interfaces/innerkits/libdbinder/include/dbinder_service.h.
This commit is contained in:
parent
3b79d6533c
commit
9cd8e51ed3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user