Home
last modified time | relevance | path

Searched refs:Remaining (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_byte_buffer_data_source.cpp36 long long HapByteBufferDataSource::Remaining() const in Remaining() function in OHOS::Security::Verify::HapByteBufferDataSource
38 return static_cast<long long>(hapByteBuffer.Remaining()); in Remaining()
H A Dhap_file_data_source.cpp38 long long HapFileDataSource::Remaining() const in Remaining() function in OHOS::Security::Verify::HapFileDataSource
H A Dhap_byte_buffer.cpp272 int32_t HapByteBuffer::Remaining() const in Remaining() function in OHOS::Security::Verify::HapByteBuffer
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A D_transient_task___delay_suspend_info.md21 | int32_t [actualDelayTime](#actualdelaytime) | Remaining time, in ms. |
34 Remaining time, in ms.
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-memory-info.md10 …tion rate:<br>Fragmentation rate = 100 – 100 x Maximum free memory block size/Remaining memory size
31 UINT32 totalFreeSize; // Remaining size of the memory pool.
45 Fragmentation rate = 100 – 100 x Maximum free memory block size/Remaining memory size
H A Dkernel-mini-memory-debug.md16 …tion rate:<br>Fragmentation rate = 100 – 100 x Maximum free memory block size/Remaining memory size
37 UINT32 totalFreeSize; // Remaining size of the memory pool.
49 …s follows:<br>Fragmentation rate = 100 – 100 x Maximum free memory block size/Remaining memory size
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Ddata_source.h28 virtual long long Remaining() const = 0;
H A Dhap_byte_buffer_data_source.h31 long long Remaining() const override;
H A Dhap_file_data_source.h30 long long Remaining() const override;
H A Dhap_byte_buffer.h60 DLL_EXPORT int32_t Remaining() const;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/
H A Dchangelogs-power.md21 | EXTRA_SOC | 0 | Remaining battery level in percentage. |
38 | EXTRA_SOC | "soc" | Remaining battery level in percentage. |
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp482 chunkCount += GetChunkCount(contents[i]->Remaining(), CHUNK_SIZE); in GetSumOfChunkDigestLen()
519 int32_t chunkSize = std::min(contents[i]->Remaining(), CHUNK_SIZE); in ComputeDigestsForEachChunk()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_0/foo/battery/v1_0/
H A DTypes.idl133 /** Remaining battery capacity */
H A DIBatteryInterface.idl212 * @param remainEnergy Remaining battery capacity, in mA.
/ohos5.0/drivers/interface/battery/v1_0/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_byte_buffer_test.cpp171 ASSERT_TRUE(buffer1.Remaining() == sizeof(int));
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_1/foo/battery/v1_1/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/drivers/interface/battery/v1_1/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-atomic-layout.md24 …ng space to the set child components. Size of the set child component = Remaining space x flex-wei…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/foo/battery/v1_2/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/foo/battery/v2_0/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-security.md27 encryptOptions.inData = aesCipherStringToUint8Array(cipherInData.slice (64,80)); // Remaining data
/ohos5.0/drivers/interface/battery/v1_2/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/drivers/interface/battery/v2_0/
H A DTypes.idl133 /** Remaining battery capacity */
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-battery-info-sys.md159 … | number | Yes | No | Remaining battery capacity…

12