Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h100 static void AuthWork(uv_work_t *work, int status);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp214 …int32_t ret = uv_queue_work_with_qos(loop, work, [](uv_work_t *work) {}, AuthWork, uv_qos_default); in Auth()
462 void NapiAppAccountAuthenticator::AuthWork(uv_work_t *work, int status) in AuthWork() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator