Home
last modified time | relevance | path

Searched refs:ServerLoopFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.h56 void ServerLoopFunc();
H A Dfile_server_demo.cpp65 serverLoop_ = std::make_unique<std::thread>(&FileServerDemo::ServerLoopFunc, this); in StartServer()
241 void FileServerDemo::ServerLoopFunc() in ServerLoopFunc() function in OHOS::MediaAVCodec::FileServerDemo
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.h57 void ServerLoopFunc();
H A Dhttp_server_demo.cpp70 serverLoop_ = std::make_unique<std::thread>(&HttpServerDemo::ServerLoopFunc, this); in StartServer()
251 void HttpServerDemo::ServerLoopFunc() in ServerLoopFunc() function in OHOS::MediaAVCodec::HttpServerDemo