Home
last modified time | relevance | path

Searched refs:E_EMPTY_FILE_NAME (Results 1 – 9 of 9) sorted by relevance

/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
Dpreferences_errno.h36 constexpr int E_EMPTY_FILE_NAME = (E_BASE - 12); variable
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
Ddatashare_errno.h26 constexpr int E_EMPTY_FILE_NAME = (E_BASE + 4); variable
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_errno.h28 constexpr int E_EMPTY_FILE_NAME = (E_BASE + 4); variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_helper.cpp131 return E_EMPTY_FILE_NAME; in DeleteRdbStore()
Dsqlite_connection.cpp85 return E_EMPTY_FILE_NAME; in InnerOpen()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_helper.cpp85 errorCode = E_EMPTY_FILE_NAME; in GetRealPath()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_store_helper.cpp458 … RDB_CHECK_RETURN_CALL_RESULT(errCode != E_EMPTY_FILE_NAME, context->SetError(dbInvalidError)); in DeleteRdbStore()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store_helper.cpp495 … RDB_CHECK_RETURN_CALL_RESULT(errCode != E_EMPTY_FILE_NAME, context->SetError(dbInvalidError)); in InnerDeleteRdbStore()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_config_test.cpp194 EXPECT_EQ(errCode, E_EMPTY_FILE_NAME);