Searched refs:DumpDisabledComp (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/enabledcompsdump_fuzzer/ |
H A D | enabledcompsdump_fuzzer.cpp | 51 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in EnableedCompsDumpFuzzTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/ |
H A D | enabled_comps_dump.cpp | 31 void EnabledCompsDump::DumpDisabledComp(const std::string &networkId, const DHType dhType, const std::string &dhId) in DumpDisabledComp() function in OHOS::DistributedHardware::EnabledCompsDump
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/hidumphelper/ |
H A D | enabled_comps_dump.h | 47 void DumpDisabledComp(const std::string &networkId, const DHType dhType, const std::string &dhId);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/enabledcompsdump/src/ |
H A D | enabled_comps_dump_test.cpp | 52 * @tc.desc: Verify the DumpDisabledComp function 61 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 643 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in Disable() 652 EnabledCompsDump::GetInstance().DumpDisabledComp(networkId, dhType, dhId); in Disable()
|
Completed in 3 milliseconds