Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h28 struct HidumpCompInfo { struct
33 HidumpCompInfo(std::string networkId, DHType dhType, std::string dhId) in HidumpCompInfo() argument
36 bool operator < (const HidumpCompInfo &other) const
49 void Dump(std::set<HidumpCompInfo> &compInfoSet);
57 std::set<HidumpCompInfo> compInfoSet_;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Denabled_comps_dump.cpp25 HidumpCompInfo info(networkId, dhType, dhId); in DumpEnabledComp()
33 HidumpCompInfo info(networkId, dhType, dhId); in DumpDisabledComp()
42 void EnabledCompsDump::Dump(std::set<HidumpCompInfo> &compInfoSet) in Dump()
H A Dhidump_helper.cpp189 std::set<HidumpCompInfo> compInfoSet {}; in ShowAllEnabledComps()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/
H A Denabledcompsdump_fuzzer.cpp48 std::set<HidumpCompInfo> compInfoSet {}; in EnableedCompsDumpFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/
H A Denabled_comps_dump_test.cpp73 std::set<HidumpCompInfo> compInfoSet;