Home
last modified time | relevance | path

Searched defs:fileFd (Results 1 – 12 of 12) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
Dfile_server_demo.cpp85 void FileServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd()
138 int32_t FileServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvSt… in SendRequestSize()
199 int32_t fileFd = -1; in FileReadFunc() local
/foundation/multimedia/av_codec/test/unittest/common/
Dhttp_server_demo.cpp90 void HttpServerDemo::CloseFd(int32_t &connFd, int32_t &fileFd, bool connCond, bool fileCond) in CloseFd()
142 int32_t HttpServerDemo::SendRequestSize(int32_t &connFd, int32_t &fileFd, const std::string &recvSt… in SendRequestSize()
206 int32_t fileFd = -1; in FileReadFunc() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/
Ddemuxer.cpp39 int32_t fileFd = fileno(file_.get()); in Init() local
/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
Dsa_avcodec_unit_test.cpp402 int32_t fileFd = open(DUMP_FILE_PATH.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP); variable
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
Dkernel_talker.cpp161 struct pollfd fileFd; in PollRun() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
Dtools_op_restore.cpp299 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in InitPathCapFile() local
Dtools_op_incremental_restore.cpp322 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in Init() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
Duserfile_client_ex.cpp308 int UserFileClientEx::Close(const std::string &uri, const int fileFd, const std::string &mode, in Close()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
Dmedialibrary_multistages_video_capture_test.cpp107 int fileFd = open(filePath.c_str(), O_RDONLY); in ReadFileContent() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
Dclient_trans_proxy_file_manager.h110 int32_t fileFd; member
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
Dcodec_server_coverage_unit_test.cpp1263 int32_t fileFd = 0; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp662 int32_t fileFd = open(path.c_str(), O_RDONLY); in FsyncFile() local