Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_disable.cpp30 ComponentDisable::ComponentDisable() : status_(std::numeric_limits<int32_t>::max()) {} in ComponentDisable() function in OHOS::DistributedHardware::ComponentDisable
32 ComponentDisable::~ComponentDisable() {} in ~ComponentDisable()
34 int32_t ComponentDisable::Disable(const std::string &networkId, const std::string &dhId, in Disable()
72 int32_t ComponentDisable::OnUnregisterResult(const std::string &networkId, const std::string &dhId,… in OnUnregisterResult()
H A Dcomponent_manager.cpp621 auto compDisable = std::make_shared<ComponentDisable>(); in Disable()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_disable.h26 class ComponentDisable : public std::enable_shared_from_this<ComponentDisable>, public UnregisterCa…
28 ComponentDisable();
29 virtual ~ComponentDisable();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentdisable_fuzzer/
H A Dcomponentdisable_fuzzer.cpp30 auto compDisable = std::make_shared<ComponentDisable>(); in ComponentDisableFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp747 auto compDisable = std::make_shared<ComponentDisable>();