Searched refs:ServerLoopFunc (Results 1 – 4 of 4) sorted by relevance
56 void ServerLoopFunc();
65 serverLoop_ = std::make_unique<std::thread>(&FileServerDemo::ServerLoopFunc, this); in StartServer()241 void FileServerDemo::ServerLoopFunc() in ServerLoopFunc() function in OHOS::MediaAVCodec::FileServerDemo
57 void ServerLoopFunc();
70 serverLoop_ = std::make_unique<std::thread>(&HttpServerDemo::ServerLoopFunc, this); in StartServer()251 void HttpServerDemo::ServerLoopFunc() in ServerLoopFunc() function in OHOS::MediaAVCodec::HttpServerDemo