Home
last modified time | relevance | path

Searched refs:fuse_reply_err (Results 1 - 11 of 11) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_base.cpp30 fuse_reply_err(req, ENOSYS); in Lookup()
36 fuse_reply_err(req, ENOSYS); in Access()
42 fuse_reply_err(req, ENOSYS); in GetAttr()
48 fuse_reply_err(req, ENOSYS); in Open()
86 fuse_reply_err(req, ENOSYS); in MkNod()
93 fuse_reply_err(req, ENOSYS); in Create()
100 fuse_reply_err(req, ENOSYS); in ReadDir()
107 fuse_reply_err(req, EINVAL); in SetXattr()
114 fuse_reply_err(req, EINVAL); in GetXattr()
120 fuse_reply_err(re in MkDir()
[all...]
H A Dfile_operations_cloud.cpp253 fuse_reply_err(req, err); in Lookup()
262 fuse_reply_err(req, ENOSYS); in Access()
272 fuse_reply_err(req, EINVAL); in GetAttr()
286 fuse_reply_err(req, ENOTCONN); in HandleCloudError()
289 fuse_reply_err(req, EIO); in HandleCloudError()
292 fuse_reply_err(req, EINVAL); in HandleCloudError()
295 fuse_reply_err(req, EIO); in HandleCloudError()
335 fuse_reply_err(req, EPERM); in CloudOpen()
359 fuse_reply_err(req, EPERM); in CloudOpen()
369 return (void) fuse_reply_err(re in Open()
[all...]
H A Dfuse_operations.cpp42 fuse_reply_err(req, EINVAL); in Lookup()
58 fuse_reply_err(req, EINVAL); in Access()
74 fuse_reply_err(req, EINVAL); in GetAttr()
90 fuse_reply_err(req, EINVAL); in Open()
106 fuse_reply_err(req, EINVAL); in Forget()
120 fuse_reply_err(req, EINVAL); in ForgetMulti()
137 fuse_reply_err(req, EINVAL); in MkNod()
154 fuse_reply_err(req, EINVAL); in Create()
172 fuse_reply_err(req, EINVAL); in ReadDir()
189 fuse_reply_err(re in SetXattr()
[all...]
H A Dfile_operations_local.cpp93 fuse_reply_err(req, err); in Lookup()
109 fuse_reply_err(req, err); in GetAttr()
117 fuse_reply_err(req, EINVAL); in GetAttr()
136 fuse_reply_err(req, EINVAL); in ReadDir()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp86 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
111 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
161 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
211 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
259 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
312 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(E_OK)); in HWTEST_F()
338 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillRepeatedly(Return(E_OK)); in HWTEST_F()
366 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillRepeatedly(Return(E_OK)); in HWTEST_F()
395 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillRepeatedly(Return(E_OK)); in HWTEST_F()
424 EXPECT_CALL(*insMock, fuse_reply_err( in HWTEST_F()
[all...]
H A Dfile_operations_local_test.cpp85 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(0)); in HWTEST_F()
193 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(0)); in HWTEST_F()
247 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(0)); in HWTEST_F()
360 EXPECT_CALL(*insMock, fuse_reply_err(_, _)).WillOnce(Return(0)); in HWTEST_F()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp44 fuse_reply_err(req, err); in GetAttr()
52 fuse_reply_err(req, EINVAL); in GetAttr()
71 fuse_reply_err(req, EINVAL); in ReadDir()
H A Dlibfuse_mock.cpp26 int fuse_reply_err(fuse_req_t req, int err) in fuse_reply_err() function
28 return Assistant::ins->fuse_reply_err(req, err); in fuse_reply_err()
H A Dassistant.h30 virtual int fuse_reply_err(fuse_req_t, int) = 0;
60 MOCK_METHOD2(fuse_reply_err, int(fuse_req_t, int));
H A Dfile_operations_cloud_mock.cpp160 fuse_reply_err(req, ENOSYS); in Access()
175 fuse_reply_err(req, ENOTCONN); in HandleCloudError()
178 fuse_reply_err(req, EIO); in HandleCloudError()
181 fuse_reply_err(req, EINVAL); in HandleCloudError()
184 fuse_reply_err(req, EIO); in HandleCloudError()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp492 fuse_reply_err(req, err); in CloudLookup()
546 fuse_reply_err(req, ENOMEM); in CloudGetAttr()
781 fuse_reply_err(req, EPERM); in CloudOpenHelper()
800 fuse_reply_err(req, -ret); in CloudOpenHelper()
810 fuse_reply_err(req, EPERM); in CloudOpenHelper()
829 fuse_reply_err(req, ENOMEM); in CloudOpen()
843 fuse_reply_err(req, ENOMEM); in CloudRelease()
882 fuse_reply_err(req, 0); in CloudRelease()
890 fuse_reply_err(req, ENOENT); in CloudReadDir()
914 fuse_reply_err(re in HasCache()
[all...]

Completed in 11 milliseconds