Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_db_helper.h41 int32_t ruleDirectionIndex; member
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp323 table.ruleDirectionIndex = i; in GetResultSetTableInfo()
402 if (resultSet->GetInt(table.ruleDirectionIndex, ruleDirection) == E_OK) { in GetRuleDataFromResultSet()