Home
last modified time | relevance | path

Searched refs:FileServerDemo (Results 1 - 9 of 9) sorted by relevance

/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
[all...]
H A Dfile_server_demo.h48 class FileServerDemo { class
50 explicit FileServerDemo();
51 virtual ~FileServerDemo();
/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()
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
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_uri_unit_test.cpp38 unique_ptr<FileServerDemo> server = nullptr;
/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;

Completed in 14 milliseconds