Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp42 constexpr int RDB_CONFIG_SIZE_V1 = 45; variable
345 if (config == nullptr || config->selfSize > RDB_CONFIG_SIZE_V1 || errCode == nullptr) { in OH_Rdb_GetOrOpen()