Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_mgr.h413 mutable std::mutex currentUpdateWantAgentMutex_; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp882 std::lock_guard<std::mutex> lock(currentUpdateWantAgentMutex_); in UpdateAtTimerAlarm()
928 std::lock_guard<std::mutex> lock(currentUpdateWantAgentMutex_); in UpdateAtTimerAlarm()