Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/
H A Dsystem_properties_adapter_impl.cpp244 sysPropMutex_[item.second]; in AddAllSysPropWatchers()
277 std::shared_lock lock(sysPropMutex_[propkey]); in DispatchAllWatcherInfo()
297 std::unique_lock lock(sysPropMutex_[key]); in AttachSysPropObserver()
315 std::unique_lock lock(sysPropMutex_[key]); in DetachSysPropObserver()
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/include/
H A Dsystem_properties_adapter_impl.h98 std::unordered_map<PropertiesKey, std::shared_mutex> sysPropMutex_; variable