Searched refs:OsAccountPhotoOperator (Results 1 – 4 of 4) sorted by relevance
24 class OsAccountPhotoOperator {26 OsAccountPhotoOperator();27 ~OsAccountPhotoOperator();
109 std::shared_ptr<OsAccountPhotoOperator> osAccountPhotoOperator_;
31 OsAccountPhotoOperator::OsAccountPhotoOperator() in OsAccountPhotoOperator() function in OHOS::AccountSA::OsAccountPhotoOperator37 OsAccountPhotoOperator::~OsAccountPhotoOperator() in ~OsAccountPhotoOperator()39 std::string OsAccountPhotoOperator::EnCode(const char *data, size_t dataByte) in EnCode()75 std::string OsAccountPhotoOperator::DeCode(std::string const &baseStr) in DeCode()128 bool OsAccountPhotoOperator::IsBase(unsigned char c) in IsBase()
55 osAccountPhotoOperator_ = std::make_shared<OsAccountPhotoOperator>(); in OsAccountControlFileManager()