Home
last modified time | relevance | path

Searched refs:GetProto (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
Dipc_object_proxy.h73 int GetProto() const;
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_thread_skeleton.cpp132 return IPCThreadSkeleton::GetRemoteInvoker(proxy->GetProto()); in GetProxyInvoker()
Dipc_object_proxy.cpp398 int IPCObjectProxy::GetProto() const in GetProto() function in OHOS::IPCObjectProxy
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/
Dqjs_bindings.h118 static JSValue GetProto();
Dqjs_bindings.inl300 JSValue QJSKlass<C>::GetProto() function in OHOS::Ace::Framework::QJSKlass
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp87 if (ipcProxy->GetProto() != IRemoteObject::IF_PROT_BINDER) { in NewSessionOfBinderProxy()
Dbinder_invoker.cpp875 flat.cookie = proxy ? static_cast<binder_uintptr_t>(proxy->GetProto()) : 0; in FlattenObject()