Home
last modified time | relevance | path

Searched refs:remoteDescriptor_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp88 desc = Str16ToStr8(remoteDescriptor_); in ~IPCObjectProxy()
148 if (remoteDescriptor_.empty()) { in SendRequest()
151 desc = Str16ToStr8(remoteDescriptor_); in SendRequest()
231 desc = Str16ToStr8(remoteDescriptor_); in GetInterfaceDescriptor()
357 desc = Str16ToStr8(remoteDescriptor_); in WaitForInit()
409 desc = Str16ToStr8(remoteDescriptor_); in OnLastStrongRef()
453 desc = Str16ToStr8(remoteDescriptor_); in AddDeathRecipient()
491 desc = Str16ToStr8(remoteDescriptor_); in RemoveDeathRecipient()
599 desc = Str16ToStr8(remoteDescriptor_); in NoticeServiceDie()
672 remoteDescriptor_ = data->desc; in UpdateProto()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp193 object.remoteDescriptor_ = u"";
233 object.remoteDescriptor_ = u"";
261 object.remoteDescriptor_ = u"";
351 object.remoteDescriptor_ = u"";
379 object.remoteDescriptor_ = u"";
407 object.remoteDescriptor_ = u"";
435 object.remoteDescriptor_ = u"";
794 object.remoteDescriptor_ = u"test";
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h116 std::u16string remoteDescriptor_; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h383 std::u16string remoteDescriptor_; variable