Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp544 int64_t publishSeconds = 0; in WaitOnConsumed() local
547 publishSeconds = OHOS::GetSecondsBetween(publishTime, publishDoingTime); in WaitOnConsumed()
548 if (publishSeconds >= TIME_OUT_SECONDS_LIMIT) { in WaitOnConsumed()
579 int64_t publishSeconds = 0; in WaitOnResponse() local
582 publishSeconds = OHOS::GetSecondsBetween(publishTime, publishDoingTime); in WaitOnResponse()
583 if (publishSeconds >= TIME_OUT_SECONDS_LIMIT) { in WaitOnResponse()