Searched refs:dhType_ (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/localhardwaremanager/ |
H A D | plugin_listener_impl.h | 26 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 D | capability_info.h | 36 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 D | enabled_comps_dump.h | 31 DHType dhType_; member 34 : networkId_(networkId), dhId_(dhId), dhType_(dhType) {} in HidumpCompInfo()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | capability_info.cpp | 75 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 D | task.cpp | 25 dhId_(dhId), dhType_(dhType) in Task() 60 return this->dhType_; in GetDhType()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/ |
H A D | task.h | 68 DHType dhType_; member in OHOS::DistributedHardware::Task
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/ |
H A D | plugin_listener_impl.cpp | 48 std::make_shared<CapabilityInfo>(dhId, deviceId, devName, devType, dhType_, attrs, subtype); in PluginHardware()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/ |
H A D | hidump_helper.cpp | 199 auto it = DHTypeStrMap.find(info.dhType_); in ShowAllEnabledComps()
|
Completed in 3 milliseconds