Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp40 constexpr int RDB_STORE_CID = 1234560; // The class id used to uniquely identify the OH_Rdb_Store c… variable
208 id = RDB_STORE_CID; in RelationalStore()
306 if (store == nullptr || store->id != RDB_STORE_CID) { in GetRelationalStore()