Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp226 return E_SYS_CALL; in SetBundleQuota()
233 return E_SYS_CALL; in SetBundleQuota()
240 return E_SYS_CALL; in SetBundleQuota()
253 return E_SYS_CALL; in SetQuotaPrjId()
260 return E_SYS_CALL; in SetQuotaPrjId()
265 return E_SYS_CALL; in SetQuotaPrjId()
275 return E_SYS_CALL; in SetQuotaPrjId()
283 return E_SYS_CALL; in SetQuotaPrjId()
289 return E_SYS_CALL; in SetQuotaPrjId()
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h42 E_SYS_CALL, // syscall error enumerator
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dexternal_volume_info_test.cpp118 EXPECT_CALL(mock, DoUMount(testing::_)).Times(1).WillOnce(testing::Return(E_SYS_CALL));
120 EXPECT_TRUE(ret == E_SYS_CALL);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp227 return E_SYS_CALL; in DoUMount()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
H A Dquota_manager_test.cpp190 EXPECT_EQ(result, E_SYS_CALL);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp349 { E_SYS_CALL, E_UNMOUNT}, in Convert2JsErrNum()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp470 EXPECT_TRUE(ret == E_SYS_CALL);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp1034 return E_SYS_CALL; in UpdateMemoryPara()