Home
last modified time | relevance | path

Searched refs:GRD_DbValueT (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dgrd_type_export.h64 typedef struct GRD_DbValueT { struct
74 } GRD_DbValueT; typedef
H A Dgrd_api_manager.h49 typedef GRD_DbValueT (*DBSqlColValue)(GRD_SqlStmt *stmt, uint32_t idx);
59 typedef GRD_DbValueT (*DBGetConfig) (GRD_DB *db, GRD_ConfigTypeE type);
60 typedef int32_t (*DBSetConfig) (GRD_DB *db, GRD_ConfigTypeE type, GRD_DbValueT value);
H A Drd_utils.h54 static GRD_DbValueT RdSqlColValue(GRD_SqlStmt *stmt, uint32_t idx);
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_db_adapter.h71 typedef struct GRD_DbValueT { struct
84 } GRD_DbValueT; typedef
105 typedef GRD_DbValueT (*DBGetConfig)(GRD_DB *db, GRD_ConfigTypeE type);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_utils.cpp379 GRD_DbValueT RdUtils::RdSqlColValue(GRD_SqlStmt *stmt, uint32_t idx) in RdSqlColValue()
548 GRD_DbValueT value = GRD_KVApiInfo.DBGetConfigApi(db, type); in RdDbGetVersion()
561 GRD_DbValueT value; in RdDbSetVersion()
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp530 GRD_DbValueT kernelDataVersion = PreferenceDbAdapter::GetApiInstance().DbGetConfigApi(db_, in GetKernelDataVersion()

Completed in 5 milliseconds