Home
last modified time | relevance | path

Searched refs:ERR_EXIST (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/user_file_service/utils/
H A Dfile_access_framework_errno.h24 const int ERR_EXIST = 13900015; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dclient_adaptor.cpp109 return ERR_EXIST; in RegisterClientDeathListener()
115 return ERR_EXIST; in RegisterClientDeathListener()
H A Ddistributed_object_store_impl.cpp154 return ERR_EXIST; in Watch()
H A Dflat_object_storage_engine.cpp106 return ERR_EXIST; in CreateTable()
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H A Dobjectstore_errors.h37 constexpr uint32_t ERR_EXIST = BASE_ERR_OFFSET + 2; member
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp55 return ERR_EXIST; in SetUpTestCase()
58 return ERR_EXIST; in SetUpTestCase()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_info.cpp1393 EXPECT_EQ(moveResult[0].errCode, OHOS::FileAccessFwk::ERR_EXIST); in HWTEST_F()
1526 EXPECT_EQ(moveResult[0].errCode, OHOS::FileAccessFwk::ERR_EXIST); in HWTEST_F()
1628 EXPECT_EQ(moveResult[0].errCode, OHOS::FileAccessFwk::ERR_EXIST); in HWTEST_F()
1911 EXPECT_EQ(moveResult[1].errCode, OHOS::FileAccessFwk::ERR_EXIST); in HWTEST_F()
H A Dexternal_file_access_test_management.cpp898 EXPECT_EQ(result, OHOS::FileAccessFwk::ERR_EXIST); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp189 NAPI_ASSERT_ERRCODE_V9(env, result != ERR_EXIST, version, std::make_shared<DatabaseError>()); in JSCreateObjectSync()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp324 EXPECT_EQ(ERR_EXIST, status); in HWTEST_F()

Completed in 11 milliseconds