Searched refs:FIELD_TIMESTAMP_END (Results 1 – 8 of 8) sorted by relevance
36 const static std::string FIELD_TIMESTAMP_END; variable
30 const std::string PrivacyFiledConst::FIELD_TIMESTAMP_END = "timestamp_end"; member in OHOS::Security::AccessToken::PrivacyFiledConst
48 andGenericValues.Put(PrivacyFiledConst::FIELD_TIMESTAMP_END, end); in TranslationIntoGenericValues()
287 } else if (andColName == PrivacyFiledConst::FIELD_TIMESTAMP_END) { in CreateSelectByConditionPrepareSqlCmd()337 } else if (andColName == PrivacyFiledConst::FIELD_TIMESTAMP_END) { in CreateDeleteExpireRecordsPrepareSqlCmd()
384 } else if (andColumn == PrivacyFiledConst::FIELD_TIMESTAMP_END && in RecordCompare()
328 andConditionValues.Put(PrivacyFiledConst::FIELD_TIMESTAMP_END, deleteTimestamp); in DeletePermissionRecord()
232 andColumns.emplace_back(PrivacyFiledConst::FIELD_TIMESTAMP_END);
29 "OHOS::Security::AccessToken::PrivacyFiledConst::FIELD_TIMESTAMP_END";