Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_hap.cpp145 long resultSize = ((OPTIONAL_TYPE_SIZE + OPTIONAL_LENGTH_SIZE + OPTIONAL_OFFSET_SIZE) * in GenerateHapSigningBlock() local
150 if (resultSize > INT_MAX) { in GenerateHapSigningBlock()
151 SIGNATURE_TOOLS_LOGE("Illegal Argument. HapSigningBlock out of range: %ld", resultSize); in GenerateHapSigningBlock()
154 result.SetCapacity((int)resultSize); in GenerateHapSigningBlock()
185 result.PutInt64(resultSize); // length of hap signing block in GenerateHapSigningBlock()
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dpower_message_queue.cpp72 size_t resultSize = queueSize > batchCount ? batchCount : queueSize; in WaitAndPopBatch() local
73 for (size_t i = 0; i < resultSize; i++) { in WaitAndPopBatch()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignHap.java314 long resultSize = in generateHapSigningBlock()
322 if (resultSize > Integer.MAX_VALUE) { in generateHapSigningBlock()
323 throw new IllegalArgumentException("HapSigningBlock out of range : " + resultSize); in generateHapSigningBlock()
325 ByteBuffer result = ByteBuffer.allocate((int) resultSize); in generateHapSigningBlock()
354 result.putLong(resultSize); // length of hap signing block in generateHapSigningBlock()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_data_repeater.cpp165 int resultSize = rawDataQueueSize > batchCount ? batchCount : rawDataQueueSize; in TakeRawData() local
167 for (int i = 0; i < resultSize; i++) { in TakeRawData()

Completed in 3 milliseconds