Searched refs:SourceManagerHandler (Results 1 – 3 of 3) sorted by relevance
99 class SourceManagerHandler : public AppExecFwk::EventHandler {101 SourceManagerHandler(const std::shared_ptr<AppExecFwk::EventRunner> &runner);102 ~SourceManagerHandler() override;111 …using SourceManagerFunc = void (SourceManagerHandler::*)(const AppExecFwk::InnerEvent::Pointer &ev…114 std::shared_ptr<SourceManagerHandler> handler_;
102 handler_ = std::make_shared<DAudioSourceManager::SourceManagerHandler>(runner); in Init()574 DAudioSourceManager::SourceManagerHandler::SourceManagerHandler(const std::shared_ptr<AppExecFwk::E… in SourceManagerHandler() function in OHOS::DistributedHardware::DAudioSourceManager::SourceManagerHandler578 …mapEventFuncs_[EVENT_MANAGER_ENABLE_DAUDIO] = &DAudioSourceManager::SourceManagerHandler::EnableDA… in SourceManagerHandler()579 …mapEventFuncs_[EVENT_MANAGER_DISABLE_DAUDIO] = &DAudioSourceManager::SourceManagerHandler::Disable… in SourceManagerHandler()582 DAudioSourceManager::SourceManagerHandler::~SourceManagerHandler() {} in ~SourceManagerHandler()584 void DAudioSourceManager::SourceManagerHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer … in ProcessEvent()601 void DAudioSourceManager::SourceManagerHandler::EnableDAudioCallback(const AppExecFwk::InnerEvent::… in EnableDAudioCallback()612 void DAudioSourceManager::SourceManagerHandler::DisableDAudioCallback(const AppExecFwk::InnerEvent:… in DisableDAudioCallback()624 int32_t DAudioSourceManager::SourceManagerHandler::GetEventParam(const AppExecFwk::InnerEvent::Poin… in GetEventParam()
40 sourceMgr.handler_ = std::make_shared<DAudioSourceManager::SourceManagerHandler>(runner); in SetUp()