Searched refs:osAccountRef_ (Results 1 – 1 of 1) sorted by relevance
28 static thread_local napi_ref osAccountRef_ = nullptr; variable146 NAPI_CALL(env, napi_create_reference(env, cons, 1, &osAccountRef_)); in OsAccountInit()156 if (napi_get_reference_value(env, osAccountRef_, &cons) != napi_ok) { in GetAccountManager()