Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp511 napi_value newDeviceID = nullptr; in NAPI_RemoteObject_setNewCallingInfo() local
512 …eate_string_utf8(env, newCallingInfoParam.callingDeviceID.c_str(), NAPI_AUTO_LENGTH, &newDeviceID); in NAPI_RemoteObject_setNewCallingInfo()
513 napi_set_named_property(env, global, "callingDeviceID_", newDeviceID); in NAPI_RemoteObject_setNewCallingInfo()