Home
last modified time | relevance | path

Searched refs:actionUpTime (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dkeyevent_tracker.cpp56 snapshootKeyTracker.actionUpTime = info.GetActionTime(); in GetSnapshootKey()
152 … eventItems[CaseTypes::ACTION_DURATION_TIME] = std::to_string(actionUpTime - actionStartTime); in BuildEventItems()
168 … eventItems[CaseTypes::ACTION_DURATION_TIME] = std::to_string(actionUpTime - actionStartTime); in BuildEventItems()
Dkeyevent_tracker.h129 int64_t actionUpTime = 0; variable