Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c224 char *toDeviceID = stub->deviceID; in SendEntryToRemote() local
225 if (toDeviceID == NULL) { in SendEntryToRemote()
226 RPC_LOG_ERROR("toDeviceID invalid"); in SendEntryToRemote()
229 uint32_t toDeviceIDLength = (uint32_t)strlen(toDeviceID); in SendEntryToRemote()
258 memcpy_s(message.deviceIdInfo.toDeviceId, DEVICEID_LENGTH, toDeviceID, toDeviceIDLength) != EOK) { in SendEntryToRemote()
265 if (SendDataToRemote(toDeviceID, &message) != ERR_NONE) { in SendEntryToRemote()

Completed in 2 milliseconds