Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp359 if (columnName == NET_FIREWALL_RECORD_TIME) { in GetResultSetTableInfo()
840 values.PutInt(NET_FIREWALL_RECORD_TIME, records[i]->time); in AddInterceptRecord()
896 rdbPredicates.OrderByAsc(NET_FIREWALL_RECORD_TIME); in QueryInterceptRecord()
898 rdbPredicates.OrderByDesc(NET_FIREWALL_RECORD_TIME); in QueryInterceptRecord()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h75 const std::string NET_FIREWALL_RECORD_TIME = "time"; variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/
H A Dnet_firewall_exec.cpp282 NapiUtils::SetInt32Property(context->GetEnv(), rule, NET_FIREWALL_RECORD_TIME, iface.time); in GetInterceptRecordCallbacks()