Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h37 dhAttrs_(""), in CapabilityInfo()
43 : dhId_(dhId), deviceId_(devId), deviceName_(devName), deviceType_(devType), dhType_(dhType), dhAttrs_(dhAttrs), in CapabilityInfo()
89 std::string dhAttrs_; member in OHOS::DistributedHardware::CapabilityInfo
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp85 return dhAttrs_; in GetDHAttrs()
90 this->dhAttrs_ = dhAttrs; in SetDHAttrs()
178 if (strcmp(this->dhAttrs_.c_str(), capInfo.dhAttrs_.c_str()) != 0) { in Compare()

Completed in 1 milliseconds