Searched refs:bootloaderVersion (Results 1 - 1 of 1) sorted by relevance
/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_deviceinfo_js.cpp | 179 const char *bootloaderVersion = GetBootloaderVersion(); in GetBootloaderVersion() local 180 if (bootloaderVersion == nullptr) { in GetBootloaderVersion() 181 bootloaderVersion = ""; in GetBootloaderVersion() 184 NAPI_CALL(env, napi_create_string_utf8(env, bootloaderVersion, strlen(bootloaderVersion), &napiValue)); in GetBootloaderVersion() 512 {"bootloaderVersion", nullptr, nullptr, GetBootloaderVersion, nullptr, nullptr, napi_default, nullptr}, in Init()
|
Completed in 2 milliseconds