/developtools/hiperf/script/ |
H A D | loadlib_test.py | 33 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 D | stream_plugin.cpp | 75 resultWriter_->flush(resultWriter_); in Loop() 84 resultWriter_->flush(resultWriter_); in Loop()
|
/developtools/profiler/device/plugins/hidump_plugin/src/ |
H A D | hidump_plugin.cpp | 85 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 D | hisysevent_plugin.cpp | 74 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 D | result_transporter.cpp | 43 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 D | result_transporter_test.cpp | 122 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 D | writer_adapter.cpp | 21 writerStruct_.flush = &WriterAdapter::FlushFunc; in WriterAdapter()
|
/developtools/hdc/hdc_rust/src/ |
H A D | utils.rs | 47 let _ = stdout.flush().await;
|
/developtools/profiler/interfaces/kits/ |
H A D | plugin_module_api.h | 134 * @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 D | hilog_plugin.cpp | 99 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 D | FileUtils.java | 388 outFile.flush(); in writeByteToOutFile() 483 writer.flush(); in writeStringToFile()
|
H A D | KeyStoreHelper.java | 294 fos.flush(); in store()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_handle.cpp | 141 writerStruct_->flush(writerStruct_); in FlushData()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
H A D | SignHap.java | 183 out.flush(); in writeOutputStream() 197 out.flush(); in writeOutputStreamAndGetOffset()
|
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | file_utils.cpp | 355 outFile.flush(); in WriteByteToOutFile() 374 outFile.flush(); in WriteByteToOutFile()
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | logger.rs | 157 fn flush(&self) {} in flush() functions
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_handle.cpp | 189 writerStruct_->flush(writerStruct_); in FlushData()
|
/developtools/integration_verification/cases/daily/mini_system/ |
H A D | L2_mini_system_test.py | 78 sys.stdout.flush()
|
H A D | rk3568_chipset_only_test.py | 78 sys.stdout.flush()
|
/developtools/profiler/device/plugins/xpower_plugin/src/ |
H A D | xpower_plugin.cpp | 139 resultWriter_->flush(resultWriter_); in OptimizeCallback()
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | trace_file_writer.cpp | 402 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 D | plugin_module_api_test.cpp | 263 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 D | Scan.java | 256 fileWriter.flush(); in writeFile()
|
H A D | FileUtils.java | 249 bos.flush(); in unzip()
|
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/hapsign/hapsign001_fuzzer/ |
H A D | hapsign001_fuzzer.cpp | 273 outfile.flush(); in GenUnvaildFuzzHap()
|