Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/common/src/
Dbyte_buffer.cpp113 bool ByteBuffer::CheckInputForGettingData(int32_t index, int32_t dataLen) in CheckInputForGettingData() function in OHOS::SignatureTools::ByteBuffer
144 if (!CheckInputForGettingData(index, sizeof(int64_t))) { in GetInt64()
177 if (!CheckInputForGettingData(index, sizeof(int32_t))) { in GetInt32()
190 if (!CheckInputForGettingData(index, sizeof(uint32_t))) { in GetUInt32()
223 if (!CheckInputForGettingData(index, sizeof(uint16_t))) { in GetUInt16()
246 if (!CheckInputForGettingData(index, sizeof(int16_t))) { in GetInt16()
269 if (!CheckInputForGettingData(index, sizeof(uint8_t))) { in GetUInt8()
292 if (!CheckInputForGettingData(index, sizeof(int8_t))) { in GetInt8()
/developtools/hapsigner/hapsigntool_cpp/common/include/
Dbyte_buffer.h121 bool CheckInputForGettingData(int32_t index, int32_t dataLen);