Home
last modified time | relevance | path

Searched refs:GetInterfaceDescriptor (Results 1 – 17 of 17) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/ipc_core/
Dlibipc_core_map71 "virtual thunk to OHOS::IRemoteObject::GetInterfaceDescriptor()";
72 "OHOS::IRemoteObject::GetInterfaceDescriptor()";
73 "OHOS::IPCObjectProxy::GetInterfaceDescriptor()";
74 "OHOS::IPCObjectStub::GetInterfaceDescriptor()";
/foundation/communication/ipc/interfaces/innerkits/ipc_single/
Dlibipc_single_map92 "virtual thunk to OHOS::IRemoteObject::GetInterfaceDescriptor()";
93 "OHOS::IRemoteObject::GetInterfaceDescriptor()";
94 "OHOS::IPCObjectProxy::GetInterfaceDescriptor()";
95 "OHOS::IPCObjectStub::GetInterfaceDescriptor()";
/foundation/communication/ipc/ipc/native/test/unittest/common/
Diremote_object_unitest.cpp85 EXPECT_EQ(object->descriptor_, object->GetInterfaceDescriptor());
Dipc_object_proxy_unittest.cpp173 std::u16string ret = object.GetInterfaceDescriptor();
199 auto ret = object.GetInterfaceDescriptor();
212 auto ret = object.GetInterfaceDescriptor();
225 auto ret = object.GetInterfaceDescriptor();
251 auto ret = object.GetInterfaceDescriptor();
279 auto ret = object.GetInterfaceDescriptor();
Dipc_c_remote_object_unittest.cpp287 bool ret = GetInterfaceDescriptor(remote, reinterpret_cast<void *>(&data), Bytes16Allocator);
/foundation/communication/ipc/ipc/native/src/core/source/
Diremote_object.cpp90 std::u16string IRemoteObject::GetInterfaceDescriptor() in GetInterfaceDescriptor() function in OHOS::IRemoteObject
Dipc_object_proxy.cpp174 std::u16string IPCObjectProxy::GetInterfaceDescriptor() in GetInterfaceDescriptor() function in OHOS::IPCObjectProxy
/foundation/communication/ipc/ipc/native/src/c_wrapper/include/
Dc_remote_object.h67 bool GetInterfaceDescriptor(CRemoteObject *object, void *value, On16BytesAllocator allocator);
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Diremote_object.h108 virtual std::u16string GetInterfaceDescriptor();
Dipc_object_proxy.h208 std::u16string GetInterfaceDescriptor() override;
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
Dipc_object_proxy.h75 std::u16string GetInterfaceDescriptor();
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_remote_object.cpp266 bool GetInterfaceDescriptor(CRemoteObject *object, void *value, On16BytesAllocator allocator) in GetInterfaceDescriptor() function
276 std::u16string str(object->remote_->GetInterfaceDescriptor()); in GetInterfaceDescriptor()
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/
Dremote_obj.rs184 ipc_binding::GetInterfaceDescriptor( in interface_descriptor()
/foundation/communication/ipc/ipc/native/src/napi/src/
Dnapi_remote_proxy.cpp121 std::string remoteDescriptor = Str16ToStr8(targetProxy->GetInterfaceDescriptor()); in SendRequestAsync()
168 std::string remoteDescriptor = Str16ToStr8(targetProxy->GetInterfaceDescriptor()); in SendRequestPromise()
613 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in NAPI_RemoteProxy_getInterfaceDescriptor()
638 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in NAPI_RemoteProxy_getDescriptor()
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dipc_binding.rs174 pub fn GetInterfaceDescriptor(object: *mut CRemoteObject, in GetInterfaceDescriptor() function
/foundation/communication/ipc/ipc/test/moduletest/native/common/
Dipc_core_module_test.cpp525 std::u16string descriptor = proxy->GetInterfaceDescriptor();
/foundation/communication/ipc/ipc/native/src/jni/source/
Dohos_rpc_remote_object.cpp831 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in Java_ohos_rpc_RemoteProxy_nativeGetInterfaceDescriptor()