Searched refs:AuthWork (Results 1 – 2 of 2) sorted by relevance
100 static void AuthWork(uv_work_t *work, int status);
214 …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