Home
last modified time | relevance | path

Searched refs:DEVICE_ID_LENGTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_constants.h27 const int32_t DEVICE_ID_LENGTH = 65; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp49 static const size_t DEVICE_ID_LENGTH = 64; variable
411 char deviceID[DEVICE_ID_LENGTH + 1] = { 0 }; in NAPI_RemoteObject_saveOldCallingInfoInner()
413 napi_get_value_string_utf8(env, global, deviceID, DEVICE_ID_LENGTH + 1, &deviceLength); in NAPI_RemoteObject_saveOldCallingInfoInner()
415 char localDeviceID[DEVICE_ID_LENGTH + 1] = { 0 }; in NAPI_RemoteObject_saveOldCallingInfoInner()
417 napi_get_value_string_utf8(env, global, localDeviceID, DEVICE_ID_LENGTH + 1, &deviceLength); in NAPI_RemoteObject_saveOldCallingInfoInner()