Home
last modified time | relevance | path

Searched refs:DATABASE_OPEN_VERSION (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_database.h39 constexpr int32_t DATABASE_OPEN_VERSION = 1; member
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp45 store_ = OHOS::NativeRdb::RdbHelper::GetRdbStore(config, DATABASE_OPEN_VERSION, sqliteOpenHelperCallback, errCode); in NetFirewallDataBase()
258 store_ = OHOS::NativeRdb::RdbHelper::GetRdbStore(config, DATABASE_OPEN_VERSION, sqliteOpenHelperCallback, errCode); in RestoreDatabaseWhenInit()
/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dvpn_database_defines.h72 constexpr int32_t DATABASE_OPEN_VERSION = 1; member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dvpn_database_helper.cpp52 store_ = OHOS::NativeRdb::RdbHelper::GetRdbStore(config, DATABASE_OPEN_VERSION, sqliteOpenHelperCallback, errCode); in VpnDatabaseHelper()

Completed in 3 milliseconds