Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/timerthread/
Dtimer_thread.h28 struct TimerInfo { struct
52 QList<const TimerInfo *> timerList_; argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/
Dtime_broker.h42 struct TimerInfo { struct
43TimerInfo(uint32_t handle, uint64_t timestamp, std::function<void(uint32_t handle)> callback) in TimerInfo() argument
60 std::map<uint32_t, std::shared_ptr<TimerInfo>> timerInfos_; argument