Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h174 class UnloadTimer {
177UnloadTimer(const UnloadTimerCallback unloadTimerCallback, int32_t intervalTime, int32_t maxCount) in UnloadTimer() function
183 virtual ~UnloadTimer() in ~UnloadTimer()
285 std::shared_ptr<UnloadTimer> unLoadTimer_ = nullptr;
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp663 unLoadTimer_ = std::make_shared<UnloadTimer>([this] { in InitTimer()