Searched refs:fileCond (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.h | 59 static void CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond);
|
H A D | file_server_demo.cpp | 85 void FileServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd() argument 90 if (fileCond) { in CloseFd()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.h | 60 static void CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond);
|
H A D | http_server_demo.cpp | 90 void HttpServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd() argument 95 if (fileCond) { in CloseFd()
|