Home
last modified time | relevance | path

Searched refs:deviceIdLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp460 flatSession->deviceIdLength = connectSession->GetDeviceId().length(); in FlattenSession()
461 if (flatSession->deviceIdLength == 0 || flatSession->deviceIdLength > DEVICEID_LENGTH) { in FlattenSession()
462 ZLOGE(LOG_LABEL, "wrong devices id length:%{public}u", flatSession->deviceIdLength); in FlattenSession()
466 flatSession->deviceIdLength); in FlattenSession()
468 … ZLOGE(LOG_LABEL, "memcpy_s failed , devices id length:%{public}hu", flatSession->deviceIdLength); in FlattenSession()
471 flatSession->deviceId[flatSession->deviceIdLength] = '\0'; in FlattenSession()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp68 constexpr int32_t deviceIdLength = 65; in GenerateDeviceId() local
69 char id[deviceIdLength] = {0}; in GenerateDeviceId()
70 if (GetDevUdid(id, deviceIdLength) == 0) { in GenerateDeviceId()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_session_object.h35 uint16_t deviceIdLength; member