Home
last modified time | relevance | path

Searched defs:timeValue (Results 1 – 2 of 2) sorted by relevance

/applications/standard/calendardata/calendarmanager/test/unittest/src/
Devent_recurrence_rule_test.cpp54 const int64_t timeValue = 1713672150000; variable
65 const int64_t timeValue = 1713672150000; variable
82 const int64_t timeValue = 1713643350000; variable
92 const int64_t timeValue = 1713672150000; variable
124 const int64_t timeValue = 1713672150000; variable
140 const int64_t timeValue = 1713672150000; variable
/applications/standard/calendardata/calendarmanager/native/src/
Dnative_util.cpp109 std::string GetUTCTime(const int64_t &timeValue) in GetUTCTime()