Home
last modified time | relevance | path

Searched refs:E_RELATIVE_PATH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_helper_test.cpp96 EXPECT_EQ(errCode, E_RELATIVE_PATH);
99 EXPECT_EQ(errCode, E_RELATIVE_PATH);
106 EXPECT_EQ(errCode, E_RELATIVE_PATH);
121 EXPECT_EQ(errCode, E_RELATIVE_PATH);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp99 errorCode = E_RELATIVE_PATH; in GetRealPath()
105 errorCode = E_RELATIVE_PATH; in GetRealPath()
117 errorCode = E_RELATIVE_PATH; in GetRealPath()
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_errno.h90 constexpr int E_RELATIVE_PATH = (E_BASE + 8); variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dconvertor_error_code.cpp59 { OHOS::NativeRdb::E_RELATIVE_PATH, RDB_E_RELATIVE_PATH },
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_errno.h196 constexpr int E_RELATIVE_PATH = (E_BASE + 31); variable