Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h241 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h260 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp581 int cmd = (totalDBinderBufSize > 0) ? BC_REPLY_SG : BC_REPLY; in SendReply()