Home
last modified time | relevance | path

Searched refs:flush (Results 1 - 25 of 36) sorted by relevance

12

/developtools/hiperf/script/
H A Dloadlib_test.py33 sys.stdout.flush()
37 sys.stdout.flush()
41 sys.stdout.flush()
45 sys.stdout.flush()
49 sys.stdout.flush()
/developtools/profiler/device/plugins/stream_plugin/src/
H A Dstream_plugin.cpp75 resultWriter_->flush(resultWriter_); in Loop()
84 resultWriter_->flush(resultWriter_); in Loop()
/developtools/profiler/device/plugins/hidump_plugin/src/
H A Dhidump_plugin.cpp85 CHECK_NOTNULL(resultWriter_->flush, -1, "HidumpPlugin: Writer.flush is no set!"); in Start()
147 resultWriter_->flush(resultWriter_); in Loop()
156 resultWriter_->flush(resultWriter_); in Loop()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_plugin.cpp74 CHECK_NOTNULL(resultWriter_->flush, -1, "HisyseventPlugin: Writer.flush is no set!!"); in Start()
222 // Cmd result resize and SerializeToArray and after save to protoBuffer_ ;Then write and flush;Then clear_info in WriteResult()
227 resultWriter_->flush(resultWriter_); in WriteResult()
235 resultWriter_->flush(resultWriter_); in FlushDataOptimize()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dresult_transporter.cpp43 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter set flush interval to %d", ms); in SetFlushInterval()
49 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter set flush threshold to %u", nbytes); in SetFlushThreshold()
86 if (writer_ == nullptr || writer_->flush == nullptr) { in Flush()
89 writer_->flush(writer_); in Flush()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dresult_transporter_test.cpp122 WriterStruct flush = {WriteFunc, nullptr}; in HWTEST_F() local
123 OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&flush)); in HWTEST_F()
/developtools/profiler/device/plugins/api/src/
H A Dwriter_adapter.cpp21 writerStruct_.flush = &WriterAdapter::FlushFunc; in WriterAdapter()
/developtools/hdc/hdc_rust/src/
H A Dutils.rs47 let _ = stdout.flush().await;
/developtools/profiler/interfaces/kits/
H A Dplugin_module_api.h134 * @brief flush : interface type
165 * flush function pointer,point to the actual flush function.
167 FlushFuncPtr flush = nullptr; member
295 * the shared memory area, and calls the writer's flush ();
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp99 CHECK_NOTNULL(resultWriter_->flush, -1, "HilogPlugin: Writer.flush is no set!!"); in Start()
486 resultWriter_->flush(resultWriter_); in FlushData()
493 resultWriter_->flush(resultWriter_); in FlushDataOptimize()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DFileUtils.java388 outFile.flush(); in writeByteToOutFile()
483 writer.flush(); in writeStringToFile()
H A DKeyStoreHelper.java294 fos.flush(); in store()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_handle.cpp141 writerStruct_->flush(writerStruct_); in FlushData()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignHap.java183 out.flush(); in writeOutputStream()
197 out.flush(); in writeOutputStreamAndGetOffset()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dfile_utils.cpp355 outFile.flush(); in WriteByteToOutFile()
374 outFile.flush(); in WriteByteToOutFile()
/developtools/hdc/hdc_rust/src/host/
H A Dlogger.rs157 fn flush(&self) {} in flush() functions
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp189 writerStruct_->flush(writerStruct_); in FlushData()
/developtools/integration_verification/cases/daily/mini_system/
H A DL2_mini_system_test.py78 sys.stdout.flush()
H A Drk3568_chipset_only_test.py78 sys.stdout.flush()
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dxpower_plugin.cpp139 resultWriter_->flush(resultWriter_); in OptimizeCallback()
/developtools/profiler/device/services/profiler_service/src/
H A Dtrace_file_writer.cpp402 CHECK_TRUE(stream_.flush(), false, "binary file %s flush failed!", path_.c_str()); in Finish()
418 CHECK_TRUE(stream_.flush(), false, "binary file %s flush failed!", path_.c_str()); in FlushStream()
420 PROFILER_LOG_DEBUG(LOG_CORE, "flush: %s, bytes: %" PRIu64 ", count: %" PRIu64, path_.c_str(), in FlushStream()
/developtools/profiler/interfaces/kits/test/unittest/
H A Dplugin_module_api_test.cpp263 EXPECT_NE(streamPlugin->resultWriter_->flush, nullptr); in HWTEST_F()
560 EXPECT_NE(streamPlugin->resultWriter_->flush, nullptr); in HWTEST_F()
/developtools/packing_tool/adapter/ohos/
H A DScan.java256 fileWriter.flush(); in writeFile()
H A DFileUtils.java249 bos.flush(); in unzip()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/hapsign/hapsign001_fuzzer/
H A Dhapsign001_fuzzer.cpp273 outfile.flush(); in GenUnvaildFuzzHap()

Completed in 22 milliseconds

12