Home
last modified time | relevance | path

Searched refs:notifyTime (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp368 infos->notifyTime = std::chrono::steady_clock::now() + NOTIFY_PROGRESS_DELAY; in InitCjFileInfo()
512 if (currentTime >= infos->notifyTime) { in ReadNotifyEvent()
514 infos->notifyTime = currentTime + NOTIFY_PROGRESS_DELAY; in ReadNotifyEvent()
H A Dcopy.h95 std::chrono::steady_clock::time_point notifyTime; member
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h85 std::chrono::steady_clock::time_point notifyTime; member
H A Dcopy.cpp752 if (currentTime >= infos->notifyTime) { in ReadNotifyEvent()
754 infos->notifyTime = currentTime + NOTIFY_PROGRESS_DELAY; in ReadNotifyEvent()
812 infos->notifyTime = std::chrono::steady_clock::now() + NOTIFY_PROGRESS_DELAY; in CreateFileInfos()

Completed in 6 milliseconds