Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h66 static constexpr const char *RULE_ID = "rule_id"; variable
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp66 createTableStr.append(OpKeyData::RULE_ID).append(" INTEGER DEFAULT 0, "); in CreateOpKeyInfoTableStr()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp26 const std::string RULE_ID = "ruleId"; variable
220 rdbPredicates.BeginWrap()->EqualTo(RULE_ID, std::to_string(ruleId))->EndWrap(); in CheckIfNeedUpdateEx()
306 if (columnName == RULE_ID) { in GetResultSetTableInfo()
605 ->EqualTo(RULE_ID, std::to_string(ruleId)) in QueryFirewallRuleRecord()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp332 value.PutInt(OpKeyData::RULE_ID, bean.ruleId); in ParserOpKeyToValuesBucket()