Home
last modified time | relevance | path

Searched refs:GetInterfaceDescriptor (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Diremote_object_unitest.cpp78 * @tc.desc: Verify the IRemoteObject::GetInterfaceDescriptor function
85 EXPECT_EQ(object->descriptor_, object->GetInterfaceDescriptor()); in HWTEST_F()
H A Dipc_object_proxy_unittest.cpp161 * @tc.desc: Verify the IPCObjectProxy::GetInterfaceDescriptor function
168 std::u16string ret = object.GetInterfaceDescriptor(); in HWTEST_F()
187 * @tc.desc: Verify the IPCObjectProxy::GetInterfaceDescriptor function
194 auto ret = object.GetInterfaceDescriptor(); in HWTEST_F()
200 * @tc.desc: Verify the IPCObjectProxy::GetInterfaceDescriptor function
207 auto ret = object.GetInterfaceDescriptor(); in HWTEST_F()
213 * @tc.desc: Verify the IPCObjectProxy::GetInterfaceDescriptor function
220 auto ret = object.GetInterfaceDescriptor(); in HWTEST_F()
226 * @tc.desc: Verify the IPCObjectProxy::GetInterfaceDescriptor function
246 auto ret = object.GetInterfaceDescriptor(); in HWTEST_F()
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_object.cpp90 std::u16string IRemoteObject::GetInterfaceDescriptor() in GetInterfaceDescriptor() function in OHOS::IRemoteObject
H A Dipc_object_proxy.cpp209 std::u16string IPCObjectProxy::GetInterfaceDescriptor() in GetInterfaceDescriptor() function in OHOS::IPCObjectProxy
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp51 rust::string IRemoteObjectWrapper::GetInterfaceDescriptor() const in GetInterfaceDescriptor() function in OHOS::IpcRust::IRemoteObjectWrapper
53 return GetInner()->GetInterfaceDescriptor().data(); in GetInterfaceDescriptor()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h75 std::u16string GetInterfaceDescriptor();
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Diremote_object.h108 virtual std::u16string GetInterfaceDescriptor();
H A Dipc_object_proxy.h234 std::u16string GetInterfaceDescriptor() override;
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h46 rust::string GetInterfaceDescriptor() const;
/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp160 std::u16string u16string(proxy->remote->GetInterfaceDescriptor()); in OH_IPCRemoteProxy_GetInterfaceDescriptor()
/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp120 std::string remoteDescriptor = Str16ToStr8(target->GetInterfaceDescriptor()); in SendRequestAsync()
165 std::string remoteDescriptor = Str16ToStr8(target->GetInterfaceDescriptor()); in SendRequestPromise()
608 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in NAPI_RemoteProxy_getInterfaceDescriptor()
633 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in NAPI_RemoteProxy_getDescriptor()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_impl.cpp78 std::string remoteDescriptor = Str16ToStr8(tokenProxyObject->GetInterfaceDescriptor()); in PrintTokenInfo()
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp525 std::u16string descriptor = proxy->GetInterfaceDescriptor(); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp831 std::u16string remoteDescriptor = target->GetInterfaceDescriptor(); in Java_ohos_rpc_RemoteProxy_nativeGetInterfaceDescriptor()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1471 std::string remoteDescriptor = Str16ToStr8(tokenProxyObject->GetInterfaceDescriptor()); in PrintTokenInfo()

Completed in 13 milliseconds