Home
last modified time | relevance | path

Searched refs:udid (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp355 JSIValue udid = JSI::CreateUndefined(); in JSGetDevUdid() local
357 return udid; in JSGetDevUdid()
360 udid = JSI::CreateString(std::to_string(value).c_str()); in JSGetDevUdid()
361 return udid; in JSGetDevUdid()
437 JSI::SetNamedProperty(exports, "udid", JSGetDevUdid()); in InitDeviceInfoModule()

Completed in 1 milliseconds