Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp31 FileServerDemo::FileServerDemo() {} in FileServerDemo() function in OHOS::MediaAVCodec::FileServerDemo
33 FileServerDemo::~FileServerDemo() in ~FileServerDemo()
38 void FileServerDemo::StartServer() in StartServer()
65 serverLoop_ = std::make_unique<std::thread>(&FileServerDemo::ServerLoopFunc, this); in StartServer()
68 void FileServerDemo::StopServer() in StopServer()
85 void FileServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd()
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()
195 void FileServerDemo::FileReadFunc(int32_t connFd) in FileReadFunc()
[all …]
H A Dfile_server_demo.h48 class FileServerDemo {
50 explicit FileServerDemo();
51 virtual ~FileServerDemo();
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp493 std::unique_ptr<FileServerDemo> server = nullptr; in AVSourceDemuxerDemoCase()
498 server = std::make_unique<FileServerDemo>(); in AVSourceDemuxerDemoCase()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_video_mpg_unit_test.cpp39 unique_ptr<FileServerDemo> server = nullptr;
H A Ddemuxer_unit_test.cpp38 unique_ptr<FileServerDemo> server = nullptr;
78 server = make_unique<FileServerDemo>(); in SetUpTestCase()
H A Ddemuxer_hevc_unit_test.cpp40 unique_ptr<FileServerDemo> server = nullptr;
H A Ddemuxer_func_unit_test.cpp39 unique_ptr<FileServerDemo> server = nullptr;
H A Ddemuxer_uri_unit_test.cpp38 unique_ptr<FileServerDemo> server = nullptr;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp40 unique_ptr<FileServerDemo> server = nullptr;
H A Davsource_unit_test.cpp42 unique_ptr<FileServerDemo> server = nullptr;
88 server = make_unique<FileServerDemo>(); in SetUpTestCase()
H A Davsource_uri_unit_test.cpp34 unique_ptr<FileServerDemo> server = nullptr;
H A Davsource_format_unit_test.cpp42 unique_ptr<FileServerDemo> server = nullptr;