Searched refs:SUBSCRIBE_TRIGGER_TIME_OUT (Results 1 – 2 of 2) sorted by relevance
47 static constexpr int SUBSCRIBE_TRIGGER_TIME_OUT = 30 * 60 * 1000; // 30min variable49 static constexpr int SUBSCRIBE_TRIGGER_TIME_OUT = 5 * 60 * 1000; // 5min for test variable
77 …int errCode = RuntimeContext::GetInstance()->SetTimer(SUBSCRIBE_TRIGGER_TIME_OUT, timeOutCallback,… in StartAutoSubscribeTimer()