Searched refs:SetOAPhotoAsyncContext (Results 1 – 4 of 4) sorted by relevance
171 bool ParseParaSetPhoto(napi_env env, napi_callback_info cbInfo, SetOAPhotoAsyncContext *asyncContex…
137 struct SetOAPhotoAsyncContext : public CommonAsyncContext { struct
1135 bool ParseParaSetPhoto(napi_env env, napi_callback_info cbInfo, SetOAPhotoAsyncContext *asyncContex… in ParseParaSetPhoto()1167 SetOAPhotoAsyncContext *asyncContext = reinterpret_cast<SetOAPhotoAsyncContext *>(data); in SetPhotoExecuteCB()1176 SetOAPhotoAsyncContext *asyncContext = reinterpret_cast<SetOAPhotoAsyncContext *>(data); in SetPhotoCompletedCB()
909 auto setPhoto = std::make_unique<SetOAPhotoAsyncContext>(); in SetOsAccountProfilePhoto()