Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_db_helper.h46 int32_t protocolIndex; member
66 int32_t protocolIndex; member
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp263 table.protocolIndex = index; in GetParamRuleInfoFormResultSet()
380 table.protocolIndex = i; in GetResultSetTableInfo()
430 if (resultSet->GetInt(table.protocolIndex, protocol) == E_OK) { in GetRuleListParamFromResultSet()
524 if (resultSet->GetInt(table.protocolIndex, protocol) == E_OK) { in GetResultRightRecordEx()