Home
last modified time | relevance | path

Searched refs:GetConnectPara (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp87 hichainConnector->GetConnectPara(deviceId, reqDeviceId); in HiChainConnectorFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h253 std::string GetConnectPara(std::string deviceId, std::string reqDeviceId);
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp335 std::string connectInfomation = GetConnectPara(deviceId, jsonObject[TAG_DEVICE_ID].get<std::string>()); in AddMember()
500 std::string HiChainConnector::GetConnectPara(std::string deviceId, std::string reqDeviceId) in GetConnectPara() function in OHOS::DistributedHardware::HiChainConnector
502 LOGI("HiChainConnector::GetConnectPara get addrInfo"); in GetConnectPara()
504 LOGE("HiChainConnector::GetConnectPara hiChainConnectorCallback_ is nullptr."); in GetConnectPara()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp430 * @tc.desc: Test GetConnectPara method when hiChainConnectorCallback_ is set to nullptr,
441 std::string ret = hiChainConnector->GetConnectPara(deviceId, reqDeviceId); in HWTEST_F()
447 * @tc.desc: Test GetConnectPara method with an empty deviceId to ensure JSON parsing fails
462 std::string ret = hiChainConnector->GetConnectPara(deviceId, reqDeviceId); in HWTEST_F()
468 * @tc.desc: Test GetConnectPara method with invalid JSON returned by hiChainConnectorCallback_
483 std::string ret = hiChainConnector->GetConnectPara(deviceId, reqDeviceId); in HWTEST_F()

Completed in 7 milliseconds