Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp69 const char *manfactureName = GetManufacture(); in GetManufacture() local
70 if (manfactureName == nullptr) { in GetManufacture()
71 manfactureName = ""; in GetManufacture()
74 … NAPI_CALL(env, napi_create_string_utf8(env, manfactureName, strlen(manfactureName), &napiValue)); in GetManufacture()
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp45 JSIValue manfactureName = JSI::CreateString(value); in JSGetManufacture() local
46 return manfactureName; in JSGetManufacture()