Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_kickdog_test.cpp50 int fileFd = open(filePath, O_RDWR); in CheckFileContent() local
83 int fileFd = open(HM_APPSPAWN_WATCHDOG_FILE, O_CREAT); variable
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A 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
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A 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
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/
H A Ddemuxer.cpp39 int32_t fileFd = fileno(file_.get()); in Init() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify.cpp108 int32_t ParseBundleNameAndAppIdentifier(const int32_t fileFd, std::string &bundleName, in ParseBundleNameAndAppIdentifier()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Drandom_access_file.cpp67 bool RandomAccessFile::InitWithFd(const int32_t fileFd) in InitWithFd()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A 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
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp79 int fileFd = open(DLP_FILE_NAME_2.c_str(), O_CREAT | O_RDWR | O_TRUNC, DLP_FILE_PERMISSION); in CreateDlpFileFd() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp161 struct pollfd fileFd; in PollRun() local
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.cpp68 … int fileFd = open(fileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in SaveFile() local
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dtarzip.c142 int32_t fileFd = open(fileName, O_CREAT | O_RDWR, ZIP_OPEN_MODE); in WriteZipContent() local
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp299 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in InitPathCapFile() local
H A Dtools_op_incremental_restore.cpp322 UniqueFd fileFd(open(realPath.data(), O_RDWR, S_IRWXU)); in Init() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp62 int32_t HapVerifyV2::Verify(const int32_t fileFd, HapVerifyResult& hapVerifyV1Result) in Verify()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp615 int32_t InputDeviceManager::AddToEpoll(int32_t epollFd, int32_t fileFd) in AddToEpoll()
626 void InputDeviceManager::RemoveEpoll(int32_t epollFd, int32_t fileFd) in RemoveEpoll()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Duserfile_client_ex.cpp308 int UserFileClientEx::Close(const std::string &uri, const int fileFd, const std::string &mode, in Close()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_video_capture_test.cpp107 int fileFd = open(filePath.c_str(), O_RDONLY); in ReadFileContent() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_manager.h110 int32_t fileFd; member
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp1263 int32_t fileFd = 0; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp662 int32_t fileFd = open(path.c_str(), O_RDONLY); in FsyncFile() local