Home
last modified time | relevance | path

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

/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp284 std::chrono::duration<double> distributeTime = nowEnd - nowStart; in DistributeTimeAction() local
285 std::string distributeTimeCharacter = std::to_string((distributeTime).count()); in DistributeTimeAction()