Home
last modified time | relevance | path

Searched refs:getData (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/proto_encoder/src/
H A Dbase_message.cpp164 void BaseMessage::AddBytesByCallBack(uint32_t fieldId, GetDataCallback getData) in AddBytesByCallBack() argument
166 if (!getData) { in AddBytesByCallBack()
192 int32_t dataSize = getData(writeCtx_); in AddBytesByCallBack()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipEntryData.java168 public byte[] getData() { in getData() method in ZipEntryData
H A DZip.java193 if (entry.getZipEntryData().getData() != null) { in toFile()
194 ByteBuffer bf = ByteBuffer.wrap(entry.getZipEntryData().getData()); in toFile()
/developtools/profiler/proto_encoder/include/
H A Dbase_message.h240 // get data by getData(), implement in getData() function:
244 void AddBytesByCallBack(uint32_t fieldId, GetDataCallback getData);

Completed in 4 milliseconds