Home
last modified time | relevance | path

Searched refs:curTimestamp (Results 1 - 1 of 1) sorted by relevance

/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_kit.cpp48 int64_t curTimestamp = TimeUtil::GetCurrentTimestamp(); in FindAndInsertRecord() local
52 g_recordMap[newRecordStr].timespamp = curTimestamp; in FindAndInsertRecord()
55 if (curTimestamp - iter->second.timespamp >= MERGE_TIMESTAMP) { in FindAndInsertRecord()
57 g_recordMap[newRecordStr].timespamp = curTimestamp; in FindAndInsertRecord()
62 g_recordMap[newRecordStr].timespamp = curTimestamp; in FindAndInsertRecord()
66 g_recordMap[newRecordStr].timespamp = curTimestamp; in FindAndInsertRecord()

Completed in 2 milliseconds