Home
last modified time | relevance | path

Searched refs:DBinderDatabusInvoker (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp35 DBinderDatabusInvoker invoker; in AcquireHandleTest()
50 DBinderDatabusInvoker invoker; in ReleaseHandleTest()
65 DBinderDatabusInvoker invoker; in QueryClientSessionObjectTest()
81 DBinderDatabusInvoker invoker; in QueryServerSessionObjectTest()
97 DBinderDatabusInvoker invoker; in OnMessageAvailableTest()
111 DBinderDatabusInvoker invoker; in JoinThreadTest()
123 DBinderDatabusInvoker invoker; in StopWorkThreadTest()
134 DBinderDatabusInvoker invoker; in GetCallerPidTest()
145 DBinderDatabusInvoker invoker; in GetStatusTest()
156 DBinderDatabusInvoker invoker; in GetCallerUidTest()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp34 DBinderDatabusInvoker::DBinderDatabusInvoker() in DBinderDatabusInvoker() function in OHOS::DBinderDatabusInvoker
40 DBinderDatabusInvoker::~DBinderDatabusInvoker() in ~DBinderDatabusInvoker()
44 bool DBinderDatabusInvoker::AcquireHandle(int32_t handle) in AcquireHandle()
251 bool DBinderDatabusInvoker::CreateProcessThread() in CreateProcessThread()
445 void DBinderDatabusInvoker::StopWorkThread() in StopWorkThread()
655 uint64_t DBinderDatabusInvoker::GetSeqNum() const in GetSeqNum()
665 int32_t DBinderDatabusInvoker::GetClientFd() const in GetClientFd()
680 pid_t DBinderDatabusInvoker::GetCallerPid() const in GetCallerPid()
695 uint32_t DBinderDatabusInvoker::GetStatus() in GetStatus()
705 uid_t DBinderDatabusInvoker::GetCallerUid() const in GetCallerUid()
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp77 DBinderDatabusInvoker testInvoker;
90 DBinderDatabusInvoker testInvoker;
103 DBinderDatabusInvoker testInvoker;
115 DBinderDatabusInvoker testInvoker;
129 DBinderDatabusInvoker testInvoker;
142 DBinderDatabusInvoker testInvoker;
155 DBinderDatabusInvoker testInvoker;
169 DBinderDatabusInvoker testInvoker;
183 DBinderDatabusInvoker testInvoker;
197 DBinderDatabusInvoker testInvoker;
[all …]
H A Dipc_object_stub_unittest.cpp388 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker();
554 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp74 DBinderDatabusInvoker *invoker = in ServerOnBind()
75 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ServerOnBind()
87 DBinderDatabusInvoker *invoker = in ServerOnShutdown()
88 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ServerOnShutdown()
104 DBinderDatabusInvoker *invoker = in ClientOnShutdown()
105 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in ClientOnShutdown()
130 DBinderDatabusInvoker *invoker = in OnBytesReceived()
131 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in OnBytesReceived()
H A Dipc_object_stub.cpp233 DBinderDatabusInvoker *invoker = reinterpret_cast<DBinderDatabusInvoker *>( in DBinderIncRefsTransaction()
262 DBinderDatabusInvoker *invoker = reinterpret_cast<DBinderDatabusInvoker *>( in DBinderDecRefsTransaction()
H A Dipc_object_proxy.cpp872 DBinderDatabusInvoker *invoker = in MakeDBinderTransSession()
873 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in MakeDBinderTransSession()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h28 class DBinderDatabusInvoker : public DBinderBaseInvoker<DBinderSessionObject> {
30 DBinderDatabusInvoker();
31 ~DBinderDatabusInvoker();
107 DISALLOW_COPY_AND_MOVE(DBinderDatabusInvoker);
118 …static inline InvokerDelegator<DBinderDatabusInvoker> DBinderDatabusDelegator_ = { IRemoteObject::…
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/
H A Dlibipc_core_map48 OHOS::DBinderDatabusInvoker*;