未验证 提交 f0c9fe9c 编写于 作者: Y Yippo 提交者: Gitee

【IPC&RPC】readShort接口和死亡注册方法说明及日志修改

Signed-off-by: NYippo <liuyibo12@huawei.com>
上级 b8368921
......@@ -8148,10 +8148,10 @@ getLocalInterface(descriptor: string): IRemoteBroker
super(descriptor);
}
registerDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
unregisterDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
isObjectDead(): boolean {
return false;
......@@ -8249,10 +8249,10 @@ getDescriptor(): string
super(descriptor);
}
registerDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
unregisterDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
isObjectDead(): boolean {
return false;
......@@ -8345,10 +8345,10 @@ modifyLocalInterface(localInterface: IRemoteBroker, descriptor: string): void
}
}
registerDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
unregisterDeathRecipient(recipient: MyDeathRecipient, flags: number) {
return true;
// 方法逻辑需开发者根据业务需要实现
}
isObjectDead(): boolean {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册