Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h85 BINDER_BUFFER_FLAG_HAS_DBINDER = 0x01 << 31, enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dprocess_skeleton.cpp372 obj.flags = BINDER_BUFFER_FLAG_HAS_DBINDER; in FlattenDBinderData()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp464 …if (((obj->flags & BINDER_BUFFER_FLAG_HAS_DBINDER) == 0) || (obj->length != sizeof(dbinder_negotia… in UnFlattenDBinderObject()