Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp520 napi_value newActiveStatus = nullptr; in NAPI_RemoteObject_setNewCallingInfo() local
521 napi_create_int32(env, newCallingInfoParam.activeStatus, &newActiveStatus); in NAPI_RemoteObject_setNewCallingInfo()
522 napi_set_named_property(env, global, "activeStatus_", newActiveStatus); in NAPI_RemoteObject_setNewCallingInfo()