Home
last modified time | relevance | path

Searched refs:E_NON_EXIST (Results 1 - 19 of 19) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_manager.cpp89 return E_NON_EXIST; in DestroyVolume()
106 return E_NON_EXIST; in Check()
125 return E_NON_EXIST; in Mount()
151 return E_NON_EXIST; in UMount()
168 return E_NON_EXIST; in Format()
185 return E_NON_EXIST; in SetVolumeDescription()
/foundation/filemanagement/storage_service/services/storage_manager/storage/test/
H A Dvolume_storage_status_service_test.cpp54 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
76 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dvolume_storage_status_service.cpp53 return E_NON_EXIST; in GetFreeSizeOfVolume()
68 return E_NON_EXIST; in GetTotalSizeOfVolume()
/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
H A Dvolume_manager_service_test.cpp59 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
85 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
112 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
141 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
196 EXPECT_EQ(res, E_NON_EXIST); in HWTEST_F()
220 EXPECT_EQ(res, E_NON_EXIST); in HWTEST_F()
318 EXPECT_EQ(ret, E_NON_EXIST); in HWTEST_F()
390 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
415 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_manager_test.cpp157 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
201 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
247 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
295 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
343 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
391 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
H A Dvolume_manager_service.cpp97 return E_NON_EXIST; in Mount()
126 return E_NON_EXIST; in Unmount()
201 return E_NON_EXIST; in GetVolumeByUuid()
210 return E_NON_EXIST; in GetVolumeById()
229 return E_NON_EXIST; in SetVolumeDescription()
235 return E_NON_EXIST; in Format()
/foundation/filemanagement/storage_service/services/storage_manager/disk/src/
H A Ddisk_manager_service.cpp60 return E_NON_EXIST; in Partition()
84 return E_NON_EXIST; in GetDiskById()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp98 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
121 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
144 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
167 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
253 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp367 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
385 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
403 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
422 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
441 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
460 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h32 E_NON_EXIST = 6, // no such item enumerator
/foundation/filemanagement/storage_service/services/storage_manager/disk/test/
H A Ddisk_manager_service_test.cpp245 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
276 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
305 EXPECT_EQ(result, E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_monitor.cpp218 return E_NON_EXIST; in Mount()
239 return E_NON_EXIST; in Umount()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp203 int32_t ret = E_NON_EXIST; in HandlePartition()
H A Ddisk_info.cpp250 return E_NON_EXIST; in CreateUnknownTabVol()
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp338 { E_NON_EXIST, E_NOOBJECT}, in Convert2JsErrNum()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_manager_test.cpp454 EXPECT_TRUE(ret == E_NON_EXIST); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp195 return E_NON_EXIST; in GetOccupiedSpace()
205 return E_NON_EXIST; in SetBundleQuota()
212 return E_NON_EXIST; in SetBundleQuota()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp506 return E_NON_EXIST; in IsSameGidUid()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp1043 if (ret == E_NON_EXIST && !PrepareDir(path, dir.mode, dirUid, dir.gid)) { in PrepareFileManagerDir()

Completed in 13 milliseconds