Home
last modified time | relevance | path

Searched refs:IsAccountRemovableWork (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.h98 static void IsAccountRemovableWork(uv_work_t *work, int status);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp315 …int32_t ret = uv_queue_work_with_qos(loop, work, [](uv_work_t *work) {}, IsAccountRemovableWork, u… in IsAccountRemovable()
538 void NapiAppAccountAuthenticator::IsAccountRemovableWork(uv_work_t *work, int status) in IsAccountRemovableWork() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator