Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h76 int32_t GetDbType() const override;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h627 virtual int32_t GetDbType() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h141 int32_t GetDbType() const override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp524 int32_t RdbStore::GetDbType() const in GetDbType() function in OHOS::NativeRdb::RdbStore
H A Drdb_store_impl.cpp2335 int32_t RdbStoreImpl::GetDbType() const in GetDbType() function in OHOS::NativeRdb::RdbStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_data_generator.h559 const std::string GetDbType(const int type);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp398 const std::string GetDbType(const int type) in GetDbType() function
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp512 rdbStore->GetStore()->GetDbType() == OHOS::NativeRdb::DB_VECTOR in OH_Rdb_ExecuteQuery()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp262 proxy->dbType = value->GetDbType(); in NewInstance()