Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp827 int64_t leftRows = RECORD_MAX_DATA_NUM - currentRows; in AddInterceptRecord() local
828 if (leftRows < size) { in AddInterceptRecord()
832 … std::vector<std::string> whereArgs = { std::to_string(userId), std::to_string(size - leftRows) }; in AddInterceptRecord()