Searched refs:E_WRITE_PARCEL_ERR (Results 1 - 6 of 6) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_daemon_proxy.cpp | 49 return E_WRITE_PARCEL_ERR; in Mount() 53 return E_WRITE_PARCEL_ERR; in Mount() 74 return E_WRITE_PARCEL_ERR; in UMount() 95 return E_WRITE_PARCEL_ERR; in Check() 116 return E_WRITE_PARCEL_ERR; in Format() 120 return E_WRITE_PARCEL_ERR; in Format() 141 return E_WRITE_PARCEL_ERR; in Partition() 145 return E_WRITE_PARCEL_ERR; in Partition() 166 return E_WRITE_PARCEL_ERR; in SetVolumeDescription() 170 return E_WRITE_PARCEL_ERR; in SetVolumeDescription() [all...] |
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_proxy_test.cpp | 72 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 74 EXPECT_EQ(result, E_WRITE_PARCEL_ERR); in HWTEST_F() 103 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 105 EXPECT_EQ(result, E_WRITE_PARCEL_ERR); in HWTEST_F() 133 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 135 EXPECT_EQ(result, E_WRITE_PARCEL_ERR); in HWTEST_F() 163 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 165 EXPECT_EQ(result, E_WRITE_PARCEL_ERR); in HWTEST_F() 193 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 195 EXPECT_EQ(result, E_WRITE_PARCEL_ERR); in HWTEST_F() [all...] |
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | storage_manager_proxy.cpp | 38 return E_WRITE_PARCEL_ERR; in PrepareAddUser() 42 return E_WRITE_PARCEL_ERR; in PrepareAddUser() 65 return E_WRITE_PARCEL_ERR; in RemoveUser() 69 return E_WRITE_PARCEL_ERR; in RemoveUser() 92 return E_WRITE_PARCEL_ERR; in PrepareStartUser() 115 return E_WRITE_PARCEL_ERR; in StopUser() 138 return E_WRITE_PARCEL_ERR; in CompleteAddUser() 161 return E_WRITE_PARCEL_ERR; in GenerateUserKeys() 165 return E_WRITE_PARCEL_ERR; in GenerateUserKeys() 189 return E_WRITE_PARCEL_ERR; in DeleteUserKeys() [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
H A D | storage_daemon_proxy_test.cpp | 72 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 74 EXPECT_EQ(ret, E_WRITE_PARCEL_ERR); in HWTEST_F() 100 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 102 EXPECT_EQ(ret, E_WRITE_PARCEL_ERR); in HWTEST_F() 128 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 130 EXPECT_EQ(ret, E_WRITE_PARCEL_ERR); in HWTEST_F() 156 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 158 EXPECT_EQ(ret, E_WRITE_PARCEL_ERR); in HWTEST_F() 184 .WillOnce(testing::Return(E_WRITE_PARCEL_ERR)); in HWTEST_F() 186 EXPECT_EQ(ret, E_WRITE_PARCEL_ERR); in HWTEST_F() [all...] |
/foundation/filemanagement/storage_service/services/common/include/ |
H A D | storage_service_errno.h | 44 E_WRITE_PARCEL_ERR, enumerator
|
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/ |
H A D | storage_manager_connect.cpp | 350 { E_WRITE_PARCEL_ERR, E_IPCSS}, in Convert2JsErrNum()
|
Completed in 5 milliseconds