Home
last modified time | relevance | path

Searched refs:SetOAPhotoAsyncContext (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/interfaces/kits/napi/osaccount/include/
Dnapi_os_account_common.h171 bool ParseParaSetPhoto(napi_env env, napi_callback_info cbInfo, SetOAPhotoAsyncContext *asyncContex…
Dnapi_os_account.h137 struct SetOAPhotoAsyncContext : public CommonAsyncContext { struct
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp1135 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()
Dnapi_os_account.cpp909 auto setPhoto = std::make_unique<SetOAPhotoAsyncContext>(); in SetOsAccountProfilePhoto()