Searched refs:byteStr (Results 1 – 3 of 3) sorted by relevance
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_photo_operator.cpp | 78 std::string byteStr; in DeCode() local 82 return byteStr; in DeCode() 104 byteStr += char_array_3[i]; in DeCode() 124 byteStr += char_array_3[j]; in DeCode() 126 return byteStr; in DeCode()
|
| D | os_account_control_file_manager.cpp | 1086 std::string byteStr = ""; in GetPhotoById() local 1087 ErrCode errCode = accountFileOperator_->GetFileContentByPath(path, byteStr); in GetPhotoById() 1094 …nts::USER_PHOTO_BASE_JPG_HEAD + osAccountPhotoOperator_->EnCode(byteStr.c_str(), byteStr.length()); in GetPhotoById() 1097 …nts::USER_PHOTO_BASE_PNG_HEAD + osAccountPhotoOperator_->EnCode(byteStr.c_str(), byteStr.length()); in GetPhotoById()
|
| /base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
| D | common_lib_test.cpp | 500 uint8_t byteStr[TEST_BUFFER_SIZE] = { 0 }; variable 501 ret = HexStringToByte(nullptr, byteStr, TEST_BUFFER_SIZE); 503 ret = HexStringToByte(hexData, byteStr, TEST_LENGTH_ZERO); 505 ret = HexStringToByte(invalidData, byteStr, TEST_BUFFER_SIZE); 507 ret = HexStringToByte(hexData, byteStr, TEST_BUFFER_SIZE);
|