Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bundle_forbid_mgr.cpp61 std::unique_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in IsBundleForbidden()
68 std::shared_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in IsBundleForbidden()
80 std::unique_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in SetBundleForbiddenStatus()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bundle_forbid_mgr.h59 mutable std::shared_mutex bundleForbiddenSetMutex_; variable