Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_timer.cpp36 std::unordered_map<uint32_t, std::shared_ptr<JsTimer>> g_timerTable; variable
79 g_timerTable.erase(id_); in OnTimeout()
138 g_timerTable.emplace(callbackId, task); in StartTimeoutOrInterval()
174 g_timerTable.erase(callbackId); in StopTimeoutOrInterval()