Home
last modified time | relevance | path

Searched refs:APIVERSION_V9 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h25 constexpr int APIVERSION_V9 = 9; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_async_call.cpp77 if (apiversion < APIVERSION_V9) { in SetBusinessError()
H A Dnapi_rdb_store_helper.cpp483 context->apiversion = APIVERSION_V9; in GetRdbStoreV9()
537 context->apiversion = APIVERSION_V9; in DeleteRdbStoreV9()
H A Dnapi_result_set.cpp200 return InnerInitialize(env, info, APIVERSION_V9); in InitializeV9()
H A Dnapi_rdb_predicates.cpp111 return InnerNew(env, info, APIVERSION_V9); in NewV9()
H A Dnapi_rdb_store.cpp179 return InnerInitialize(env, info, APIVERSION_V9); in InitializeV9()