Home
last modified time | relevance | path

Searched refs:evenSubscriberMutex_ (Results 1 - 12 of 12) sorted by relevance

/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()
95 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribeServiceEvent()
/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_data_share_common_event.cpp60 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribeDataShareCommonEvent()
103 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribeDataShareCommonEvent()
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_package_common_event.cpp59 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in SubscribePackageCommonEvent()
102 std::lock_guard<std::mutex> locker(evenSubscriberMutex_); in UnsubscribePackageCommonEvent()
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()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/
H A Ddm_common_event_manager.h65 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmCommonEventManager
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h63 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmAccountCommonEventManager
H A Ddm_data_share_common_event.h63 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmDataShareCommonEventManager
H A Ddm_package_common_event.h63 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmPackageCommonEventManager
H A Ddm_screen_common_event.h63 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmScreenCommonEventManager
H A Ddm_publish_common_event.h80 std::mutex evenSubscriberMutex_; member in OHOS::DistributedHardware::DmPublishCommonEventManager

Completed in 5 milliseconds