Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info_manager.h81 class CapabilityInfoManagerEventHandler : public AppExecFwk::EventHandler {
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_;
/ohos5.0/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
61 void CapabilityInfoManager::CapabilityInfoManagerEventHandler::ProcessEvent( in ProcessEvent()
80 std::shared_ptr<CapabilityInfoManager::CapabilityInfoManagerEventHandler> CapabilityInfoManager::Ge… in GetEventHandler()
99 eventHandler_ = std::make_shared<CapabilityInfoManager::CapabilityInfoManagerEventHandler>( in Init()