Home
last modified time | relevance | path

Searched refs:dbinderInvoker (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp121 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in ProcessData() local
122 if (dbinderInvoker == nullptr) { in ProcessData()
127 …int err = dbinderInvoker->SendRequest(handle_, DBINDER_ADD_COMMAUTH, authData, authReply, authOpti… in ProcessData()
217 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in AddDBinderCommAuth() local
218 if (dbinderInvoker == nullptr) { in AddDBinderCommAuth()
223 …int err = dbinderInvoker->SendRequest(handle_, DBINDER_ADD_COMMAUTH, authData, authReply, authOpti… in AddDBinderCommAuth()
H A Dipc_thread_skeleton.cpp245 …IRemoteInvoker *dbinderInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_DATABU… in GetActiveInvoker() local
246 …if ((dbinderInvoker != nullptr) && (dbinderInvoker->GetStatus() == IRemoteInvoker::ACTIVE_INVOKER)… in GetActiveInvoker()
247 return dbinderInvoker; in GetActiveInvoker()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp388 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker(); variable
389 current->invokers_[IRemoteObject::IF_PROT_DATABUS] = dbinderInvoker;
401 delete dbinderInvoker;
554 DBinderDatabusInvoker *dbinderInvoker = new DBinderDatabusInvoker(); variable
555 current->invokers_[IRemoteObject::IF_PROT_DATABUS] = dbinderInvoker;