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 D | hmdfs.h | 24 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 D | cloud_file_utils_mock.cpp | 40 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 D | remotefileshare_fuzzer.cpp | 34 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 D | file_fd_source_plugin.cpp | 62 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 D | cloud_file_utils.cpp | 40 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 D | remote_file_share.cpp | 45 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 D | file_source_stream.cpp | 34 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 D | fuse_manager.cpp | 89 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)
|