Searched refs:ComponentDisable (Results 1 – 5 of 5) sorted by relevance
30 ComponentDisable::ComponentDisable() : status_(std::numeric_limits<int32_t>::max()) {} in ComponentDisable() function in OHOS::DistributedHardware::ComponentDisable32 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()
621 auto compDisable = std::make_shared<ComponentDisable>(); in Disable()
26 class ComponentDisable : public std::enable_shared_from_this<ComponentDisable>, public UnregisterCa…28 ComponentDisable();29 virtual ~ComponentDisable();
30 auto compDisable = std::make_shared<ComponentDisable>(); in ComponentDisableFuzzTest()
747 auto compDisable = std::make_shared<ComponentDisable>();