Home
last modified time | relevance | path

Searched refs:stubIndex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp41 stubIndex_(stubIndex), in DBinderCallbackStub()
46 …eName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubIndex_); in DBinderCallbackStub()
58 …eName_.c_str(), IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), handle_, stubIndex_); in ~DBinderCallbackStub()
75 return stubIndex_; in GetStubIndex()
116 !authData.WriteUint64(stubIndex_) || !authData.WriteUint32(tokenId_)) { in ProcessData()
136 stubIndex_, IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), in ProcessData()
139 if (!reply.WriteUint32(IRemoteObject::IF_PROT_DATABUS) || !reply.WriteUint64(stubIndex_) || in ProcessData()
212 !authData.WriteUint64(stubIndex_) || !authData.WriteUint32(tokenId_)) { in AddDBinderCommAuth()
233 stubIndex_, IPCProcessSkeleton::ConvertToSecureString(deviceID_).c_str(), in AddDBinderCommAuth()
250 dbinderData->stub_index = stubIndex_; in SaveDBinderData()
H A Ddbinder_session_object.cpp28 stubIndex_(stubIndex), proxy_(proxy), tokenId_(tokenId), pid_(0), uid_(0) in DBinderSessionObject()
95 return stubIndex_; in GetStubIndex()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_callback_stub.h46 uint64_t stubIndex_; variable
H A Ddbinder_session_object.h81 uint64_t stubIndex_; variable