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 D | enabled_comps_dump_test.cpp | 46 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 D | enabled_comps_dump.cpp | 21 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 D | hidump_helper.cpp | 190 EnabledCompsDump::GetInstance().Dump(compInfoSet); in ShowAllEnabledComps()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/ |
H A D | enabled_comps_dump.h | 43 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 D | enabledcompsdump_fuzzer.cpp | 49 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 D | hidump_helper_test.cpp | 158 EnabledCompsDump::GetInstance().DumpEnabledComp(networkId, dhType, dhId); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 568 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 4 milliseconds