Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_common.h208 uv_after_work_cb workCb_; variable
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp168 : context_(context), workCb_(workCb) in AuthenticatorAsyncCallback()
194 if (uv_queue_work(loop, work, [](uv_work_t *work) {}, workCb_) == ERR_OK) { in OnResult()