Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1064 char *devicesJson = nullptr; in GetTrustedDevices() local
1067 &devicesJson, &devNum); in GetTrustedDevices()
1068 if (ret != 0 || devicesJson == nullptr) { in GetTrustedDevices()
1069 LOGE("[HICHAIN]failed to get trusted devicesJson, ret: %{public}d", ret); in GetTrustedDevices()
1072 GetTrustedDevicesUdid(devicesJson, trustedDevices); in GetTrustedDevices()
1073 deviceGroupManager_->destroyInfo(&devicesJson); in GetTrustedDevices()

Completed in 3 milliseconds