Searched refs:actionUpTime (Results 1 – 2 of 2) sorted by relevance
56 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()
129 int64_t actionUpTime = 0; variable