Home
last modified time | relevance | path

Searched refs:dhAttrs (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_info.h42 std::string dhAttrs, std::string dhSubtype) in CapabilityInfo() argument
43 …, deviceId_(devId), deviceName_(devName), deviceType_(devType), dhType_(dhType), dhAttrs_(dhAttrs), in CapabilityInfo()
71 void SetDHAttrs(const std::string &dhAttrs);
H A Dmeta_capability_info.h37 std::string dhAttrs, std::string dhSubtype, std::string udidHash, std::string sinkVersion) in MetaCapabilityInfo() argument
38 : CapabilityInfo(dhId, devId, devName, devType, dhType, dhAttrs, dhSubtype), in MetaCapabilityInfo()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/resourcemanager_fuzzer/
H A Dresourcemanager_fuzzer.cpp50 std::string dhAttrs(reinterpret_cast<const char*>(data), size); in ResourceManagerFuzzTest()
54 std::make_shared<CapabilityInfo>(dhId, devId, devName, devType, dhType, dhAttrs, dhSubtype); in ResourceManagerFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_info.cpp88 void CapabilityInfo::SetDHAttrs(const std::string &dhAttrs) in SetDHAttrs() argument
90 this->dhAttrs_ = dhAttrs; in SetDHAttrs()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp844 std::string dhAttrs; variable
846 CapabilityInfo info(dhId, devId, devName, devType, dhType, dhAttrs, dhSubtype);
865 std::string dhAttrs; variable
867 CapabilityInfo info(dhId, devId, devName, devType, dhType, dhAttrs, dhSubtype);
1147 std::string dhAttrs = "dhAttrs_test"; variable
1159 cJSON_AddStringToObject(jsonObj, DH_ATTRS.c_str(), dhAttrs.c_str());