Home
last modified time | relevance | path

Searched refs:dhType_ (Results 1 - 8 of 8) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/localhardwaremanager/
H A Dplugin_listener_impl.h26 explicit PluginListenerImpl(const DHType type) : dhType_(type) {} in PluginListenerImpl()
33 DHType dhType_; member in OHOS::DistributedHardware::PluginListenerImpl
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h36 dhType_(DHType::UNKNOWN), in CapabilityInfo()
43 : dhId_(dhId), deviceId_(devId), deviceName_(devName), deviceType_(devType), dhType_(dhType), dhAttrs_(dhAttrs), in CapabilityInfo()
88 DHType dhType_; member in OHOS::DistributedHardware::CapabilityInfo
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h31 DHType dhType_; member
34 : networkId_(networkId), dhId_(dhId), dhType_(dhType) {} in HidumpCompInfo()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp75 return dhType_; in GetDHType()
80 this->dhType_ = dhType; in SetDHType()
174 if (this->dhType_ != capInfo.dhType_) { in Compare()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask.cpp25 dhId_(dhId), dhType_(dhType) in Task()
60 return this->dhType_; in GetDhType()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask.h68 DHType dhType_; member in OHOS::DistributedHardware::Task
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dplugin_listener_impl.cpp48 std::make_shared<CapabilityInfo>(dhId, deviceId, devName, devType, dhType_, attrs, subtype); in PluginHardware()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp199 auto it = DHTypeStrMap.find(info.dhType_); in ShowAllEnabledComps()

Completed in 3 milliseconds