Home
last modified time | relevance | path

Searched refs:CapabilityInfoManagerEventHandler (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info_manager.h81 class CapabilityInfoManagerEventHandler : public AppExecFwk::EventHandler { class in OHOS::DistributedHardware::CapabilityInfoManager
83 CapabilityInfoManagerEventHandler(const std::shared_ptr<AppExecFwk::EventRunner> runner,
85 ~CapabilityInfoManagerEventHandler() override = default;
90 std::shared_ptr<CapabilityInfoManager::CapabilityInfoManagerEventHandler> GetEventHandler();
105 std::shared_ptr<CapabilityInfoManager::CapabilityInfoManagerEventHandler> eventHandler_;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info_manager.cpp52 CapabilityInfoManager::CapabilityInfoManagerEventHandler::CapabilityInfoManagerEventHandler( in CapabilityInfoManagerEventHandler() function in OHOS::DistributedHardware::CapabilityInfoManager::CapabilityInfoManagerEventHandler
57 DHLOGI("Ctor CapabilityInfoManagerEventHandler"); in CapabilityInfoManagerEventHandler()
61 void CapabilityInfoManager::CapabilityInfoManagerEventHandler::ProcessEvent( in ProcessEvent()
80 std::shared_ptr<CapabilityInfoManager::CapabilityInfoManagerEventHandler> CapabilityInfoManager::GetEventHandler() in GetEventHandler()
99 eventHandler_ = std::make_shared<CapabilityInfoManager::CapabilityInfoManagerEventHandler>( in Init()

Completed in 2 milliseconds