Searched refs:AuthenticateWork (Results 1 – 2 of 2) sorted by relevance
94 static void AuthenticateWork(uv_work_t *work, int status);
160 …int32_t ret = uv_queue_work_with_qos(loop, work, [](uv_work_t *work) {}, AuthenticateWork, uv_qos_… in Authenticate()414 void NapiAppAccountAuthenticator::AuthenticateWork(uv_work_t *work, int status) in AuthenticateWork() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator