Home
last modified time | relevance | path

Searched refs:setPhoto (Results 1 - 1 of 1) sorted by relevance

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1005 auto setPhoto = std::make_unique<SetOAPhotoAsyncContext>(); in SetOsAccountProfilePhoto() local
1006 setPhoto->env = env; in SetOsAccountProfilePhoto()
1007 setPhoto->throwErr = true; in SetOsAccountProfilePhoto()
1009 if (!ParseParaSetPhoto(env, cbInfo, setPhoto.get())) { in SetOsAccountProfilePhoto()
1014 if (setPhoto->callbackRef == nullptr) { in SetOsAccountProfilePhoto()
1015 napi_create_promise(env, &setPhoto->deferred, &result); in SetOsAccountProfilePhoto()
1024 reinterpret_cast<void *>(setPhoto.get()), &setPhoto->work); in SetOsAccountProfilePhoto()
1026 napi_queue_async_work_with_qos(env, setPhoto->work, napi_qos_user_initiated); in SetOsAccountProfilePhoto()
1027 setPhoto in SetOsAccountProfilePhoto()
[all...]

Completed in 3 milliseconds