/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | dump_compressor.cpp | 56 int flush = 0; in Compress() local 92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer() 119 DumpStatus DumpCompressor::DeflateBuffer(int flush, char*& buffOut, size_t& dstPos) in DeflateBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_wstream.h | 52 void flush() override{}; in flush() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-storage.md | 736 ### flush subsection 763 ### flush subsection
|
H A D | js-apis-data-preferences.md | 1801 ### flush subsection 1841 ### flush subsection
|
H A D | js-apis-data-sendablePreferences.md | 735 ### flush subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-storage.md | 736 ### flush subsection 763 ### flush subsection
|
H A D | js-apis-data-preferences.md | 1807 ### flush subsection 1851 ### flush subsection
|
H A D | js-apis-data-sendablePreferences.md | 739 ### flush subsection
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_stringdecoder.cpp | 29 napi_value StringDecoder::Write(napi_env env, napi_value src, UBool flush) in Write() 96 UBool flush = true; in End() local
|
H A D | js_textdecoder.cpp | 62 UBool flush = ((flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG))) == in Decode() local 119 UBool flush = (flags & static_cast<uint8_t>(ConverterFlags::FLUSH_FLG)) == in DecodeToString() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | ssl_stream.rs | 49 fn flush(&mut self) -> std::io::Result<()> { in flush() function
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_wstream.cpp | 44 void ExtWStream::flush() in flush() function in OHOS::ImagePlugin::ExtWStream
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | wrapper.rs | 68 fn flush(&mut self) -> io::Result<()> { in flush() function
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | flush_info_record.cpp | 50 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() local
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | flush_info_record.cpp | 60 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
H A D | stream.rs | 239 fn flush(&mut self) -> io::Result<()> { in flush() method 267 fn flush(&mut self) -> io::Result<()> { in flush() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
H A D | stream.rs | 181 fn flush(&mut self) -> io::Result<()> { in flush() method 208 fn flush(&mut self) -> io::Result<()> { in flush() method
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_compress.cpp | 70 int flush = 0; in Compress() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/ |
H A D | pipe.rs | 49 fn flush(&mut self) -> io::Result<()> { in flush() method
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | module_hdi_sink.c | 86 const char *flush = pa_proplist_gets(si->proplist, "stream.flush"); in SinkInputNewCb() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_utils.h | 101 FLUSH_TYPE flush; member
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/attr/ |
H A D | AttributeArea.js | 29 flush() { method in AttributeArea
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | async_write.rs | 274 fn flush(&mut self) -> FlushTask<'_, Self> in flush() method
|
/ohos5.0/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_deflate.cpp | 27 int32_t PkgAlgoDeflate::DeflateData(const PkgStreamPtr outStream, z_stream &zstream, int32_t flush, in DeflateData()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
H A D | async_buf_writer.rs | 173 fn flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in flush() method
|