Home
last modified time | relevance | path

Searched refs:ComponentEnable (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_enable.h26 class ComponentEnable : public std::enable_shared_from_this<ComponentEnable>, public RegisterCallback { class
28 ComponentEnable();
29 virtual ~ComponentEnable();
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_enable.cpp28 #define DH_LOG_TAG "ComponentEnable"
30 ComponentEnable::ComponentEnable() : status_(std::numeric_limits<int32_t>::max()) {} in ComponentEnable() function in OHOS::DistributedHardware::ComponentEnable
32 ComponentEnable::~ComponentEnable() {} in ~ComponentEnable()
34 int32_t ComponentEnable::Enable(const std::string &networkId, const std::string &dhId, const EnableParam &param, in Enable()
72 int32_t ComponentEnable::OnRegisterResult(const std::string &networkId, const std::string &dhId, int32_t status, in OnRegisterResult()
H A Dcomponent_manager.cpp558 auto compEnable = std::make_shared<ComponentEnable>(); in Enable()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/componentenable_fuzzer/
H A Dcomponentenable_fuzzer.cpp30 auto compEnable = std::make_shared<ComponentEnable>(); in ComponentEnableFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp788 auto compEnable = std::make_shared<ComponentEnable>(); in HWTEST_F()

Completed in 4 milliseconds