Home
last modified time | relevance | path

Searched refs:compInfoSet_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Denabled_comps_dump.cpp28 compInfoSet_.emplace(info); in DumpEnabledComp()
36 auto it = compInfoSet_.find(info); in DumpDisabledComp()
37 if (it != compInfoSet_.end()) { in DumpDisabledComp()
38 compInfoSet_.erase(it); in DumpDisabledComp()
45 compInfoSet = compInfoSet_; in Dump()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/
H A Denabled_comps_dump_test.cpp47 EXPECT_EQ(false, EnabledCompsDump::GetInstance().compInfoSet_.empty());
62 EXPECT_EQ(true, EnabledCompsDump::GetInstance().compInfoSet_.empty());
75 EXPECT_EQ(true, EnabledCompsDump::GetInstance().compInfoSet_.empty());
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h57 std::set<HidumpCompInfo> compInfoSet_; variable