Home
last modified time | relevance | path

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