Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_control_file_manager.cpp1109 std::string subPhoto = ""; in SetPhotoById() local
1113 subPhoto = photo.substr(Constants::USER_PHOTO_BASE_JPG_HEAD.size()); in SetPhotoById()
1117 subPhoto = photo.substr(Constants::USER_PHOTO_BASE_PNG_HEAD.size()); in SetPhotoById()
1122 std::string bytePhoto = osAccountPhotoOperator_->DeCode(subPhoto); in SetPhotoById()