Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp773 auto getPhoto = std::make_unique<GetOAPhotoAsyncContext>(); in GetOsAccountProfilePhoto() local
774 getPhoto->env = env; in GetOsAccountProfilePhoto()
775 getPhoto->throwErr = true; in GetOsAccountProfilePhoto()
777 if (!ParseParaGetPhoto(env, cbInfo, getPhoto.get())) { in GetOsAccountProfilePhoto()
782 if (getPhoto->callbackRef == nullptr) { in GetOsAccountProfilePhoto()
783 napi_create_promise(env, &getPhoto->deferred, &result); in GetOsAccountProfilePhoto()
792 reinterpret_cast<void *>(getPhoto.get()), &getPhoto->work); in GetOsAccountProfilePhoto()
794 napi_queue_async_work_with_qos(env, getPhoto->work, napi_qos_default); in GetOsAccountProfilePhoto()
795 getPhoto in GetOsAccountProfilePhoto()
[all...]

Completed in 3 milliseconds