Home
last modified time | relevance | path

Searched refs:binder_transaction_data_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.h175 struct binder_transaction_data_sg { struct
240 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg),
241 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h194 struct binder_transaction_data_sg { struct
259 BC_TRANSACTION_SG = _IOW('c', 17, struct binder_transaction_data_sg),
260 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg),
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1136 binder_transaction_data_sg tr_sg {}; in WriteTransaction()