Searched refs:setPhoto (Results 1 – 1 of 1) sorted by relevance
923 auto setPhoto = std::make_unique<SetOAPhotoAsyncContext>(); in SetOsAccountProfilePhoto() local924 setPhoto->env = env; in SetOsAccountProfilePhoto()925 setPhoto->throwErr = true; in SetOsAccountProfilePhoto()927 if (!ParseParaSetPhoto(env, cbInfo, setPhoto.get())) { in SetOsAccountProfilePhoto()932 if (setPhoto->callbackRef == nullptr) { in SetOsAccountProfilePhoto()933 napi_create_promise(env, &setPhoto->deferred, &result); in SetOsAccountProfilePhoto()942 reinterpret_cast<void *>(setPhoto.get()), &setPhoto->work); in SetOsAccountProfilePhoto()944 napi_queue_async_work_with_qos(env, setPhoto->work, napi_qos_user_initiated); in SetOsAccountProfilePhoto()945 setPhoto.release(); in SetOsAccountProfilePhoto()