Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp32 static const std::string NETCONNPROXY_TABLE_NAME = "net_userinfo"; variable
39 static const std::string CREATE_TABLE = "CREATE TABLE IF NOT EXISTS " + NETCONNPROXY_TABLE_NAME + "…
101 …int32_t errCode = rdbStore_->InsertWithConflictResolution(outRowId, NETCONNPROXY_TABLE_NAME, value… in SaveHttpProxyHostPass()
118 NativeRdb::AbsRdbPredicates dirAbsPred(NETCONNPROXY_TABLE_NAME); in GetHttpProxyHostPass()