Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp533 napi_value ndeviceId; in ConvertWantInfo() local
535 …nv, napi_create_string_utf8(env, elementName.GetDeviceID().c_str(), NAPI_AUTO_LENGTH, &ndeviceId)); in ConvertWantInfo()
536 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objWantInfo, "deviceId", ndeviceId)); in ConvertWantInfo()