Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/test/
Dtest.cpp164 ACTION_P(ReadStatusV0_DoneWithData, reply_len) { in ACTION_P() argument
248 .WillOnce(DoAll(ReadStatusV0_DoneWithData(0), Return(0))); \
254 .WillOnce(DoAll(ReadStatusV0_DoneWithData((reply_len)), Return(0))); \