Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp1098 char *peerDevUdidStr = cJSON_PrintUnformatted(deviceInfoJson); in GetPeerUdidList() local
1099 if (peerDevUdidStr == nullptr) { in GetPeerUdidList()
1103 std::string peerUdidStr = std::string(peerDevUdidStr); in GetPeerUdidList()
1105 cJSON_free(peerDevUdidStr); in GetPeerUdidList()
1141 char *peerDevUdidStr = cJSON_PrintUnformatted(deviceInfoJson); in GetPeerUdidList() local
1142 if (peerDevUdidStr == nullptr) { in GetPeerUdidList()
1146 std::string peerUdidStr = std::string(peerDevUdidStr); in GetPeerUdidList()
1148 cJSON_free(peerDevUdidStr); in GetPeerUdidList()
1184 char *peerDevUdidStr = cJSON_PrintUnformatted(deviceInfoJson); in GetPeerUdidList() local
1185 if (peerDevUdidStr in GetPeerUdidList()
1227 char *peerDevUdidStr = cJSON_PrintUnformatted(deviceInfoJson); GetPeerUdidList() local
[all...]

Completed in 2 milliseconds