Searched refs:SubscribeServiceEvent (Results 1 – 4 of 4) sorted by relevance
34 dmCommonEventManager.SubscribeServiceEvent(eventNameVec, callback); in DmCommonEventManagerFuzzTest()
54 bool result = commonEventManager->SubscribeServiceEvent(strEvent, callback);71 bool result = commonEventManager->SubscribeServiceEvent(strEventVec, callback);
59 …bool SubscribeServiceEvent(const std::vector<std::string> &eventNameVec, const CommomEventCallback…
44 bool DmCommonEventManager::SubscribeServiceEvent(const std::vector<std::string> &eventNameVec, in SubscribeServiceEvent() function in OHOS::DistributedHardware::DmCommonEventManager