Searched refs:FIELD_TIMESTAMP_END (Results 1 – 6 of 6) 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
54 andGenericValues.Put(PrivacyFiledConst::FIELD_TIMESTAMP_END, end); in TranslationIntoGenericValues()
472 } else if (andColName == PrivacyFiledConst::FIELD_TIMESTAMP_END) { in CreateSelectByConditionPrepareSqlCmd()530 } else if (name == PrivacyFiledConst::FIELD_TIMESTAMP_END) { in CreateDeleteExpireRecordsPrepareSqlCmd()
242 andColumns.emplace_back(PrivacyFiledConst::FIELD_TIMESTAMP_END);
750 andConditionValues.Put(PrivacyFiledConst::FIELD_TIMESTAMP_END, deleteTimestamp); in DeletePermissionRecord()