Searched defs:recvStr (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.cpp | 95 void FileServerDemo::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos) in GetRange() argument 111 void FileServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument 125 void FileServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() argument 138 int32_t FileServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvStr) in SendRequestSize() argument 202 std::string recvStr = std::string(recvBuff); in FileReadFunc() local [all...] |
/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 102 void HttpServerDemo::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos) in GetRange() argument 117 void HttpServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument 131 void HttpServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() argument 144 int32_t HttpServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvStr) in SendRequestSize() argument 211 std::string recvStr = std::string(recvBuff); in FileReadFunc() local [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_static_test.cpp | 402 string recvStr = "testrecvBuf"; in HWTEST_F() local 748 string recvStr = "testrecvBuf"; in HWTEST_F() local
|
Completed in 4 milliseconds