Searched defs:eventNameVec (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/ |
H A D | dm_screen_common_event.cpp | 52 …mScreenCommonEventManager::SubscribeScreenCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeScreenCommonEvent() 166 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
|
H A D | dm_package_common_event.cpp | 51 …ackageCommonEventManager::SubscribePackageCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribePackageCommonEvent() 169 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
|
H A D | dm_account_common_event.cpp | 52 …ccountCommonEventManager::SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec, in SubscribeAccountCommonEvent() 175 std::vector<std::string> eventNameVec = changeSubscriber_->GetSubscriberEventNameVec(); in OnAddSystemAbility() local
|
H A D | dm_publish_common_event.cpp | 54 …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 D | dm_common_event_manager.cpp | 44 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 D | dm_common_event_manager_fuzzer.cpp | 30 std::vector<std::string> eventNameVec; in DmCommonEventManagerFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/commonevent/ |
H A D | dm_common_event_manager.h | 44 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmEventSubscriber()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/ |
H A D | dm_account_common_event.h | 41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmAccountEventSubscriber()
|
H A D | dm_package_common_event.h | 41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmPackageEventSubscriber()
|
H A D | dm_screen_common_event.h | 41 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmScreenEventSubscriber()
|
H A D | dm_publish_common_event.h | 43 const std::vector<std::string> &eventNameVec) : CommonEventSubscriber(subscribeInfo), in DmPublishEventSubscriber()
|