Home
last modified time | relevance | path

Searched refs:EnabledCompsDump (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/
H A Denabled_comps_dump_test.cpp46 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in HWTEST_F()
47 EXPECT_EQ(false, EnabledCompsDump::GetInstance().compInfoSet_.empty()); in HWTEST_F()
61 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in HWTEST_F()
62 EXPECT_EQ(true, EnabledCompsDump::GetInstance().compInfoSet_.empty()); in HWTEST_F()
74 EnabledCompsDump::GetInstance().Dump(compInfoSet); in HWTEST_F()
75 EXPECT_EQ(true, EnabledCompsDump::GetInstance().compInfoSet_.empty()); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Denabled_comps_dump.cpp21 IMPLEMENT_SINGLE_INSTANCE(EnabledCompsDump);
23 void EnabledCompsDump::DumpEnabledComp(const std::string &networkId, const DHType dhType, const std::string &dhId) in DumpEnabledComp()
31 void EnabledCompsDump::DumpDisabledComp(const std::string &networkId, const DHType dhType, const std::string &dhId) in DumpDisabledComp()
42 void EnabledCompsDump::Dump(std::set<HidumpCompInfo> &compInfoSet) in Dump()
H A Dhidump_helper.cpp190 EnabledCompsDump::GetInstance().Dump(compInfoSet); in ShowAllEnabledComps()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/
H A Denabled_comps_dump.h43 class EnabledCompsDump { class
44 DECLARE_SINGLE_INSTANCE_BASE(EnabledCompsDump);
52 explicit EnabledCompsDump() = default;
53 ~EnabledCompsDump() = default;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/
H A Denabledcompsdump_fuzzer.cpp49 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in EnableedCompsDumpFuzzTest()
50 EnabledCompsDump::GetInstance().Dump(compInfoSet); in EnableedCompsDumpFuzzTest()
51 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in EnableedCompsDumpFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H A Dhidump_helper_test.cpp158 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp568 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in Enable()
577 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in Enable()
643 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in Disable()
652 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in Disable()

Completed in 5 milliseconds