Searched refs:bgTaskMutex_ (Results 1 – 2 of 2) sorted by relevance
36 std::lock_guard<std::mutex> lock(bgTaskMutex_); in OnContinuousTaskStart()50 std::lock_guard<std::mutex> lock(bgTaskMutex_); in OnContinuousTaskStop()100 std::lock_guard<std::mutex> lock(bgTaskMutex_); in GetContinuousTaskApps()138 std::lock_guard<std::mutex> lock(bgTaskMutex_); in IsBackgroundTaskUid()
61 std::mutex bgTaskMutex_; variable