Home
last modified time | relevance | path

Searched refs:evenSubscriberMutex_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/commonevent/
H A Ddm_common_event_manager.cpp51 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribeServiceEvent()
94 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribeServiceEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp59 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribeScreenCommonEvent()
102 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribeScreenCommonEvent()
H A Ddm_package_common_event.cpp58 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribePackageCommonEvent()
101 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribePackageCommonEvent()
H A Ddm_account_common_event.cpp59 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribeAccountCommonEvent()
102 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribeAccountCommonEvent()
H A Ddm_publish_common_event.cpp61 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribePublishCommonEvent()
105 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribePublishCommonEvent()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/
H A Ddm_common_event_manager.h65 std::mutex evenSubscriberMutex_; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h63 std::mutex evenSubscriberMutex_; variable
H A Ddm_package_common_event.h63 std::mutex evenSubscriberMutex_; variable
H A Ddm_screen_common_event.h63 std::mutex evenSubscriberMutex_; variable
H A Ddm_publish_common_event.h80 std::mutex evenSubscriberMutex_; variable