Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp69 uint32_t thisRefCount = 0; in Stop() local
70 napi_reference_unref(env_, thisVarRef_, &thisRefCount); in Stop()
127 uint32_t thisRefCount = 0; in OnServerClose() local
128 napi_reference_unref(that->env_, that->thisVarRef_, &thisRefCount); in OnServerClose()
H A Dnetserver.cpp68 uint32_t thisRefCount = 0; in Stop() local
69 napi_reference_unref(env_, thisVarRef_, &thisRefCount); in Stop()
126 uint32_t thisRefCount = 0; in OnServerClose() local
127 napi_reference_unref(that->env_, that->thisVarRef_, &thisRefCount); in OnServerClose()