mirror of
https://github.com/openharmony/notification_ces_standard.git
synced 2026-08-24 22:31:33 -04:00
codedex modify
Signed-off-by: fangJinliang1 <fangjinliang1@huawei.com> Change-Id: Ifcba54645eb0889617b3c934148d2bfc8d98eafe
This commit is contained in:
@@ -466,7 +466,7 @@ void CommonEventControlManager::ProcessNextOrderedEvent(bool isSendMsg)
|
||||
sp = orderedEventQueue_.front();
|
||||
bool forceReceive = false;
|
||||
size_t numReceivers = sp->receivers.size();
|
||||
uint64_t nowSysTime = SystemTime::GetNowSysTime();
|
||||
uint64_t nowSysTime = static_cast<uint64_t>(SystemTime::GetNowSysTime());
|
||||
|
||||
if (sp->dispatchTime > 0) {
|
||||
if ((numReceivers > 0) && (nowSysTime > static_cast<uint64_t>(sp->dispatchTime) +
|
||||
|
||||
Reference in New Issue
Block a user