Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netfirewallclient/include/
H A Dnetfirewall_common.h56 constexpr int32_t RECORD_MAX_SAVE_TIME = 8 * 24 * 60 * 60; variable
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp817 std::to_string(records.back()->time - RECORD_MAX_SAVE_TIME) }; in AddInterceptRecord()