Home
last modified time | relevance | path

Searched defs:eventNameVec (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp52 …mScreenCommonEventManager::SubscribeScreenCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeScreenCommonEvent()
166 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
H A Ddm_package_common_event.cpp51 …ackageCommonEventManager::SubscribePackageCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribePackageCommonEvent()
169 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
H A Ddm_account_common_event.cpp52 …ccountCommonEventManager::SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeAccountCommonEvent()
175 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
H A Ddm_publish_common_event.cpp54 …ublishCommonEventManager::SubscribePublishCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribePublishCommonEvent()
263 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/commonevent/
H A Ddm_common_event_manager.cpp44 bool DmCommonEventManager::SubscribeServiceEvent(const std::vector<std::string> &eventNameVec, in SubscribeServiceEvent()
161 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmcommoneventmanager_fuzzer/
H A Ddm_common_event_manager_fuzzer.cpp30 std::vector<std::string> eventNameVec; in DmCommonEventManagerFuzzTest() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/
H A Ddm_common_event_manager.h44 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmEventSubscriber()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_account_common_event.h41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmAccountEventSubscriber()
H A Ddm_package_common_event.h41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmPackageEventSubscriber()
H A Ddm_screen_common_event.h41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmScreenEventSubscriber()
H A Ddm_publish_common_event.h43 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmPublishEventSubscriber()