Home
last modified time | relevance | path

Searched refs:HMDFS_IOC (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dhmdfs.h24 constexpr unsigned HMDFS_IOC = 0xf2; variable
34 #define HMDFS_IOC_GET_CALLER_INFO _IOW(HMDFS_IOC, GETCALLER_CMD, struct hmdfs_caller_info)
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_file_utils_mock.cpp40 constexpr unsigned HMDFS_IOC = 0xf2; variable
42 #define HMDFS_IOC_GET_WRITEOPEN_CNT _IOR(HMDFS_IOC, WRITEOPEN_CMD, uint32_t)
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/remotefileshare_fuzzer/
H A Dremotefileshare_fuzzer.cpp34 constexpr unsigned HMDFS_IOC = 0xf2; variable
38 #define HMDFS_IOC_SET_SHARE_PATH _IOW(HMDFS_IOC, 1, struct HmdfsShareControl)
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp62 constexpr unsigned int HMDFS_IOC = 0xf2; variable
64 #define HMDFS_IOC_HAS_CACHE _IOW(HMDFS_IOC, 6, struct HmdfsHasCache)
65 #define HMDFS_IOC_GET_LOCATION _IOR(HMDFS_IOC, 7, __u32)
66 #define HMDFS_IOC_CANCEL_READ _IO(HMDFS_IOC, 8)
67 #define HMDFS_IOC_RESTORE_READ _IO(HMDFS_IOC, 9)
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp40 constexpr unsigned HMDFS_IOC = 0xf2; variable
42 #define HMDFS_IOC_GET_WRITEOPEN_CNT _IOR(HMDFS_IOC, WRITEOPEN_CMD, uint32_t)
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp45 const unsigned HMDFS_IOC = 0xf2; variable
65 #define HMDFS_IOC_SET_SHARE_PATH _IOW(HMDFS_IOC, 1, struct HmdfsShareControl)
66 #define HMDFS_IOC_GET_DST_PATH _IOR(HMDFS_IOC, 3, unsigned int)
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_source_stream.cpp34 const unsigned HMDFS_IOC = 0xf2; variable
35 #define HMDFS_IOC_GET_LOCATION _IOR(HMDFS_IOC, 7, unsigned int)
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp89 static const unsigned int HMDFS_IOC = 0xf2; variable
97 #define HMDFS_IOC_HAS_CACHE _IOW(HMDFS_IOC, 6, struct HmdfsHasCache)
98 #define HMDFS_IOC_CANCEL_READ _IO(HMDFS_IOC, 8)
99 #define HMDFS_IOC_RESET_READ _IO(HMDFS_IOC, 9)