Searched defs:recvStr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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() 111 void FileServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() 125 void FileServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() 138 …t32_t FileServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvStr) in SendRequestSize() 202 std::string recvStr = std::string(recvBuff); in FileReadFunc() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 100 void HttpServerDemo::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos) in GetRange() 115 void HttpServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() 129 void HttpServerDemo::GetFilePath(const std::string &recvStr, std::string &path) in GetFilePath() 142 …t32_t HttpServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvStr) in SendRequestSize() 209 std::string recvStr = std::string(recvBuff); in FileReadFunc() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_static_test.cpp | 401 string recvStr = "testrecvBuf"; variable 757 string recvStr = "testrecvBuf"; variable
|