Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp734 … for (auto itTimerIdMap = itProxyUids->second.begin(); itTimerIdMap != itProxyUids->second.end(); in ShowProxyTimerInfo() local
735 ++itTimerIdMap) { in ShowProxyTimerInfo()
736 dprintf(fd, " * save timer id = %llu\n", itTimerIdMap->first); in ShowProxyTimerInfo()
737 …dprintf(fd, " * save timer whenElapsed = %lld\n", itTimerIdMap->second.time_since_epoch().count(… in ShowProxyTimerInfo()
744 … for (auto itTimerIdMap = itProxyPids->second.begin(); itTimerIdMap != itProxyPids->second.end(); in ShowProxyTimerInfo() local
745 ++itTimerIdMap) { in ShowProxyTimerInfo()
746 dprintf(fd, " * save timer id = %llu\n", itTimerIdMap->first); in ShowProxyTimerInfo()
747 …dprintf(fd, " * save timer whenElapsed = %lld\n", itTimerIdMap->second.time_since_epoch().count(… in ShowProxyTimerInfo()