Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account.h23 static thread_local napi_ref appAccountRef_ = nullptr; variable
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account.cpp116 NAPI_CALL(env, napi_create_reference(env, cons, 1, &appAccountRef_)); in Init()
132 if (napi_get_reference_value(env, appAccountRef_, &cons) != napi_ok) { in CreateAppAccountManager()