Searched refs:g_timerTable (Results 1 – 1 of 1) sorted by relevance
36 std::unordered_map<uint32_t, std::shared_ptr<JsTimer>> g_timerTable; variable79 g_timerTable.erase(id_); in OnTimeout()138 g_timerTable.emplace(callbackId, task); in StartTimeoutOrInterval()174 g_timerTable.erase(callbackId); in StopTimeoutOrInterval()