Home
last modified time | relevance | path

Searched defs:E_NOT_SUPPORT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddoc_errno.h44 constexpr int E_NOT_SUPPORT = E_BASE + 55; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/error/
H A Dgeneral_error.h31 E_NOT_SUPPORT, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreDistributedJsunit.test.js22 const E_NOT_SUPPORT = 801; constant
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_errno.h36 constexpr int E_NOT_SUPPORT = (E_BASE + 801); variable
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_errno.h41 E_NOT_SUPPORT, // not support enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h22 constexpr int E_NOT_SUPPORT = (E_BASE + 1); // not support currently. variable