Home
last modified time | relevance | path

Searched refs:GetEnableParam (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h107 int32_t GetEnableParam(const std::string &networkId, const std::string &uuid, const std::string &dhId,
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp221 * @tc.desc: Verify the GetEnableParam
260 auto ret = ComponentManager::GetInstance().GetEnableParam(info->networkId, devInfo.uuid, in HWTEST_F()
532 * @tc.desc: Verify the GetEnableParam function
543 int32_t ret = ComponentManager::GetInstance().GetEnableParam(networkId, uuid, dhId, dhType, param); in HWTEST_F()
549 * @tc.desc: Verify the GetEnableParam function
558 int32_t ret = ComponentManager::GetInstance().GetEnableParam(NETWORK_TEST, UUID_TEST, DH_ID_1, dhType, param); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp544 auto ret = GetEnableParam(networkId, uuid, dhId, dhType, param); in Enable()
546 DHLOGE("GetEnableParam failed, uuid = %{public}s, dhId = %{public}s, errCode = %{public}d", in Enable()
606 DHLOGE("device is already offline, no need try GetEnableParam, uuid = %{public}s", in RetryGetEnableParam()
610 if (GetEnableParam(networkId, uuid, dhId, dhType, param) == DH_FWK_SUCCESS) { in RetryGetEnableParam()
611 DHLOGE("GetEnableParam success, retryCount = %{public}d", retryCount); in RetryGetEnableParam()
614 DHLOGE("GetEnableParam failed, retryCount = %{public}d", retryCount); in RetryGetEnableParam()
793 int32_t ComponentManager::GetEnableParam(const std::string &networkId, const std::string &uuid, in GetEnableParam() function in OHOS::DistributedHardware::ComponentManager
799 DHLOGI("GetEnableParam start, networkId= %{public}s, uuid = %{public}s, dhId = %{public}s, dhType = %{public}#X,", in GetEnableParam()
818 DHLOGE("GetEnableParam is failed."); in GetEnableParam()

Completed in 5 milliseconds