Home
last modified time | relevance | path

Searched defs:rlen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb_crypto.h40 uint32_t rlen; member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.cpp381 [&](const string &returnBuf, int rlen)->bool { in SendCreateSessionServerMessage()
407 [&](const string &returnBuf, int rlen)->bool { in SendRemoveSessionServerMessage()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp507 ssize_t rlen = read(STDIN_FILENO, buffer, sizeof(buffer) - 1); in InputThread() local
545 ssize_t rlen = read(testCmder->ptyFd_, buffer, sizeof(buffer) - 1); in DumpThread() local
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_client.c37 ssize_t rlen = read(fd, rbuf, PTY_BUF_SIZE - 1); in ProcessPtyWrite() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test.cpp162 …dMessage(AGENT_NO::ONE, msgBuf, MSG_LENGTH, [&](const std::string &szreturnbuf, int rlen) -> bool { in __anonf13e8b530202()