Home
last modified time | relevance | path

Searched refs:osAccountRef_ (Results 1 - 1 of 1) sorted by relevance

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp28 static thread_local napi_ref osAccountRef_ = nullptr; member
152 NAPI_CALL(env, napi_create_reference(env, cons, 1, &osAccountRef_)); in OsAccountInit()
162 if (napi_get_reference_value(env, osAccountRef_, &cons) != napi_ok) { in GetAccountManager()

Completed in 6 milliseconds