Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp821 int64_t currentRows = 0; in AddInterceptRecord() local
824 firewallDatabase_->Count(currentRows, rdbPredicates); in AddInterceptRecord()
827 int64_t leftRows = RECORD_MAX_DATA_NUM - currentRows; in AddInterceptRecord()