Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h38 dhSubtype_("") in CapabilityInfo()
44 dhSubtype_(dhSubtype) in CapabilityInfo()
90 std::string dhSubtype_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp95 return dhSubtype_; in GetDHSubtype()
100 this->dhSubtype_ = dhSubtype; in SetDHSubtype()
182 if (strcmp(this->dhSubtype_.c_str(), capInfo.dhSubtype_.c_str()) != 0) { in Compare()