Searched refs:DBinderDatabusInvoker (Results 1 – 9 of 9) sorted by relevance
35 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 …]
34 DBinderDatabusInvoker::DBinderDatabusInvoker() in DBinderDatabusInvoker() function in OHOS::DBinderDatabusInvoker40 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 …]
77 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 …]
388 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker();554 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker();
74 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()
233 DBinderDatabusInvoker *invoker = reinterpret_cast<DBinderDatabusInvoker *>( in DBinderIncRefsTransaction()262 DBinderDatabusInvoker *invoker = reinterpret_cast<DBinderDatabusInvoker *>( in DBinderDecRefsTransaction()
872 DBinderDatabusInvoker *invoker = in MakeDBinderTransSession()873 …reinterpret_cast<DBinderDatabusInvoker *>(IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PR… in MakeDBinderTransSession()
28 class DBinderDatabusInvoker : public DBinderBaseInvoker<DBinderSessionObject> {30 DBinderDatabusInvoker();31 ~DBinderDatabusInvoker();107 DISALLOW_COPY_AND_MOVE(DBinderDatabusInvoker);118 …static inline InvokerDelegator<DBinderDatabusInvoker> DBinderDatabusDelegator_ = { IRemoteObject::…
48 OHOS::DBinderDatabusInvoker*;