Searched refs:GRD_ConfigTypeE (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rd_utils.h | 69 static int RdDbGetVersion(GRD_DB *db, GRD_ConfigTypeE type, int &version); 70 static int RdDbSetVersion(GRD_DB *db, GRD_ConfigTypeE type, int version);
|
H A D | grd_type_export.h | 62 } GRD_ConfigTypeE; typedef
|
H A D | grd_api_manager.h | 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);
|
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/ |
H A D | preferences_db_adapter.h | 60 } GRD_ConfigTypeE; typedef 105 typedef GRD_DbValueT (*DBGetConfig)(GRD_DB *db, GRD_ConfigTypeE type);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_utils.cpp | 540 int RdUtils::RdDbGetVersion(GRD_DB *db, GRD_ConfigTypeE type, int &version) in RdDbGetVersion() 553 int RdUtils::RdDbSetVersion(GRD_DB *db, GRD_ConfigTypeE type, int version) in RdDbSetVersion()
|
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/ |
H A D | preferences_db_adapter.cpp | 531 GRD_ConfigTypeE::GRD_CONFIG_DATA_VERSION); in GetKernelDataVersion()
|
Completed in 4 milliseconds