Searched refs:nnrtDevice (Results 1 – 3 of 3) sorted by relevance
154 OH_NN_ReturnCode OH_NN_GetDeviceID(char *nnrtDevice, size_t len);
246 size_t nnrtDevice; in CheckDeviceValid() local247 TF_LITE_ENSURE_STATUS(GetTargetDevice(context, delegate, nnrt, nnrtDevice)); in CheckDeviceValid()
729 NNRT_API OH_NN_ReturnCode OH_NN_GetDeviceID(char *nnrtDevice, size_t len) in OH_NN_GetDeviceID() argument731 if (nnrtDevice == nullptr || len == 0) { in OH_NN_GetDeviceID()745 auto secureRet = strcpy_s(nnrtDevice, len, deviceName.c_str()); in OH_NN_GetDeviceID()