Searched refs:hardwareModel (Results 1 – 5 of 5) sorted by relevance
153 const char *hardwareModel = GetHardwareModel(); in GetHardwareModel() local154 if (hardwareModel == nullptr) { in GetHardwareModel()155 hardwareModel = ""; in GetHardwareModel()158 NAPI_CALL(env, napi_create_string_utf8(env, hardwareModel, strlen(hardwareModel), &napiValue)); in GetHardwareModel()
35 | hardwareModel | string | 是 | 否 | 硬件版本号。<br/>示例:<!--RP6-->TASA00CVN1<!--RP6End--> |101 let hardwareModelInfo: string = deviceInfo.hardwareModel;102 // 输出结果:the value of the hardwareModel is :TASA00CVN1103 console.info('the value of the deviceInfo hardwareModel is :' + hardwareModelInfo);
159 static const char *hardwareModel = NULL; in GetHardwareModel() local160 return GetProperty("const.product.hardwareversion", &hardwareModel); in GetHardwareModel()
111 JSIValue hardwareModel = JSI::CreateString(value); in JSGetHardwareModel() local112 return hardwareModel; in JSGetHardwareModel()
35 | hardwareModel | string | Yes| No| Hardware model.<br>Example: TASA00CVN1|94 let hardwareModelInfo: string = deviceInfo.hardwareModel;95 console.info('the value of the deviceInfo hardwareModel is :' + hardwareModelInfo);