/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_process_skeleton.c | 59 RemoteInvoker *invoker = GetRemoteInvoker(); in IpcProcessSkeleton() 118 RemoteInvoker *invoker = GetRemoteInvoker(); in SetMaxWorkThread() 128 RemoteInvoker *invoker = GetRemoteInvoker(); in JoinMainWorkThread() 164 RemoteInvoker *invoker = GetRemoteInvoker(); in SetRegistryObject() 193 RemoteInvoker *invoker = GetRemoteInvoker(); in DeleteHandle() 206 RemoteInvoker *invoker = GetRemoteInvoker(); in ProcessSendRequest() 215 RemoteInvoker *invoker = GetRemoteInvoker(); in ProcessFreeBuffer() 261 RemoteInvoker *invoker = GetRemoteInvoker(); in OnFirstStrongRef() 323 RemoteInvoker *invoker = GetRemoteInvoker(); in ProcessAddDeathRecipient() 397 RemoteInvoker *invoker = GetRemoteInvoker(); in SendObituary() [all …]
|
H A D | ipc_thread_pool.c | 204 RemoteInvoker *GetRemoteInvoker(void) in GetRemoteInvoker() function
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_thread_skeleton.cpp | 195 IRemoteInvoker *IPCThreadSkeleton::GetRemoteInvoker(int proto) in GetRemoteInvoker() function in OHOS::IPC_SINGLE::IPCThreadSkeleton 240 …IRemoteInvoker *binderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_BINDER); in GetActiveInvoker() 245 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in GetActiveInvoker() 264 return IPCThreadSkeleton::GetRemoteInvoker(proxy->GetProto()); in GetProxyInvoker() 269 return GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in GetDefaultInvoker() 279 IRemoteInvoker *invoker = GetRemoteInvoker(proto); in JoinWorkThread() 287 IRemoteInvoker *invoker = GetRemoteInvoker(proto); in StopWorkThread()
|
H A D | iremote_object.cpp | 37 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 47 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 57 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Unmarshalling()
|
H A D | ipc_file_descriptor.cpp | 65 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 75 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 85 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Unmarshalling()
|
H A D | ipc_workthread.cpp | 66 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(proto); in JoinThread() 115 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(param->proto); in ThreadHandler() 141 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(proto_); in StopWorkThread()
|
H A D | databus_socket_listener.cpp | 75 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ServerOnBind() 88 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ServerOnShutdown() 105 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ClientOnShutdown() 131 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in OnBytesReceived()
|
H A D | dbinder_callback_stub.cpp | 121 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in ProcessData() 177 auto *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling() 217 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in AddDBinderCommAuth()
|
H A D | ipc_object_stub.cpp | 234 IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABUS)); in DBinderIncRefsTransaction() 263 IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABUS)); in DBinderDecRefsTransaction()
|
H A D | ipc_object_proxy.cpp | 200 invoker = IPCThreadSkeleton::GetRemoteInvoker(proto_); in SendRequestInner() 873 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in MakeDBinderTransSession()
|
H A D | ipc_process_skeleton.cpp | 247 … IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in GetProxyObject() 287 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in SetRegistryObject() 317 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in SetMaxWorkThread()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | ipc_thread_pool.h | 65 RemoteInvoker *GetRemoteInvoker(void);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_thread_skeleton.h | 46 static IRemoteInvoker *GetRemoteInvoker(int proto);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 357 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABUS); in AddCommAuth() 1372 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Dealloc() 1771 …IRemoteInvoker *remoteInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_BINDER); in JoinActvThread() 1783 …IRemoteInvoker *remoteInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_BINDER); in IsActvBinderService()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 252 auto *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT); in Marshalling()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_binder_databus_invoker_unittest.cpp | 301 IRemoteInvoker *invoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DEFAULT);
|