Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1471 … auto beginDur = std::chrono::duration_cast<std::chrono::milliseconds>(beginTp.time_since_epoch()); in GetDoNotDisturbDateInstance() local
1472 auto beginMs = beginDur.count(); in GetDoNotDisturbDateInstance()
1474 auto endDur = beginDur + std::chrono::hours(intervalHours); in GetDoNotDisturbDateInstance()