Lines Matching refs:HapUtils
26 const std::vector<int8_t> HapUtils::HAP_SIGNING_BLOCK_MAGIC_V2 =
29 const std::vector<int8_t> HapUtils::HAP_SIGNING_BLOCK_MAGIC_V3 =
32 const std::string HapUtils::HEX_CHAR_ARRAY = "0123456789ABCDEF";
33 const std::string HapUtils::HAP_DEBUG_OWNER_ID = "DEBUG_LIB_ID";
34 std::set<int> HapUtils::HAP_SIGNATURE_OPTIONAL_BLOCK_IDS;
36 HapUtils::StaticConstructor::StaticConstructor()
43 HapUtils::StaticConstructor HapUtils::staticConstructor;
45 std::string HapUtils::GetAppIdentifier(const std::string& profileContent)
61 std::pair<std::string, std::string> HapUtils::ParseAppIdentifier(const std::string& profileContent)
84 std::vector<int8_t> HapUtils::GetHapSigningBlockMagic(int compatibleVersion)
92 int HapUtils::GetHapSigningBlockVersion(int compatibleVersion)
100 bool HapUtils::ReadFileToByteBuffer(const std::string& file, ByteBuffer& buffer)