Searched refs:subPhoto (Results 1 – 1 of 1) sorted by relevance
1109 std::string subPhoto = ""; in SetPhotoById() local1113 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()