Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_ffi.cpp361 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreQuery()
389 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreRemoteQuery()
410 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreDelete()
425 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreSetDistributedTables()
435 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreSetDistributedTablesType()
446 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreSetDistributedTablesConfig()
456 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreObtainDistributedTableName()
465 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreBackUp()
474 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreReStore()
483 if (nativeRdbStore == nullptr) { in FfiOHOSRelationalStoreCommit()
[all …]
H A Drelational_store_impl_rdbstore.cpp518 auto nativeRdbStore = FFIData::Create<RdbStoreImpl>(rdbStore); in GetRdbStore() local
519 if (nativeRdbStore == nullptr) { in GetRdbStore()
523 return nativeRdbStore->GetID(); in GetRdbStore()