/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/ |
H A D | PreferencesTaskpoolJsunit.test.js | 59 await mPreferences.flush() 66 await mPreferences.flush() 85 await mPreferences.flush() 92 await mPreferences.flush() 113 await mPreferences.flush() 122 await pref.flush(); 124 await pref.flush(); 153 await mPreferences.flush() 162 await pref.flush(); 164 await pref.flush(); [all...] |
H A D | PreferencesCallBackJsunit.test.js | 63 await mPreferences.flush(); 225 await mPreferences.flush(); 244 await mPreferences.flush(); 263 await mPreferences.flush(); 283 await mPreferences.flush(); 302 await mPreferences.flush(); 313 * @tc.name clear、put、get、flush String callback interface test 315 * @tc.desc flush String callback interface test 332 mPreferences.flush(function (err, val) { 360 await mPreferences.flush(); [all...] |
H A D | PreferencesPromiseJsunit.test.js | 141 await mPreferences.flush(); 327 await mPreferences.flush(); 349 await mPreferences.flush(); 371 await mPreferences.flush(); 392 await mPreferences.flush(); 413 await mPreferences.flush(); 454 await mPreferences.flush(); 477 await mPreferences.flush(); 500 await mPreferences.flush(); 525 await mPreferences.flush(); [all...] |
H A D | PreferencesSyncJsunit.test.js | 134 mPreferences.flush(); 245 await mPreferences.flush(); 259 await mPreferences.flush(); 276 await mPreferences.flush(); 293 await mPreferences.flush(); 311 await mPreferences.flush(); 329 await mPreferences.flush(); 347 await mPreferences.flush();
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/ |
H A D | js_heap_stats_writer.cpp | 25 file_.flush(); in ~JSHeapStatsWriter() 38 file_.flush(); in Write()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_wstream.h | 37 void flush() override;
52 void flush() override{};
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | dump_log.cpp | 54 ostream_->flush(); in Print() 133 ostream_->flush(); in OutPutBySize() 145 ostream_->flush(); in OutPutDefault() 154 ostream_->flush(); in PrintJson()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | zip_utils.h | 101 FLUSH_TYPE flush; member 119 flush = FLUSH_TYPE_NO_FLUSH; in CompressDefaultValue()
|
/foundation/distributeddatamgr/preferences/test/js/performance/preferences/src/ |
H A D | PreferencesInstanceCallBackJsPref.test.js | 65 await pref.flush(); 123 pref.flush(function () { 146 pref.flush(function () {
|
H A D | PreferencesInstancePromiseJsPref.test.js | 65 await pref.flush(); 105 await pref.flush();
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/ |
H A D | ostream_packer_stream.cpp | 45 outputStream_->flush(); in Flush()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/ |
H A D | vulkan_render_backend.cpp | 42 // flush commands in RenderFrame() 44 skSurface_->getCanvas()->flush(); in RenderFrame()
|
H A D | gles_render_backend.cpp | 147 // flush commands in RenderFrame() 151 pSkSurface_->getCanvas()->flush(); in RenderFrame()
|
/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 47 IMAGE_LOGE("ExtWStream::flush stream is nullptr");
in flush()
|
/foundation/arkui/ace_engine/build/tools/ |
H A D | run_objcopy_pc_mac.py | 82 sys.stdout.flush()
|
H A D | run_objcopy.py | 80 sys.stdout.flush()
|
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | module_hdi_sink.c | 87 const char *flush = pa_proplist_gets(si->proplist, "stream.flush"); in SinkInputNewCb() local 109 if (!pa_safe_streq(sceneMode, "EFFECT_NONE") && pa_safe_streq(flush, "true")) { in SinkInputNewCb()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.cpp | 591 int32_t flush = 0; in GetDeflateArg() local 592 tie(succ, flush) = flushNVal.ToInt32(); in GetDeflateArg() 598 return {true, flush}; in GetDeflateArg() 758 int32_t flush = 0; in GetInflateArg() local 759 tie(succ, flush) = flushNVal.ToInt32(); in GetInflateArg() 765 return {true, flush}; in GetInflateArg() 777 int32_t flush = 0; in GetInflateReset2Arg() local 778 tie(succ, flush) = flushNVal.ToInt32(); in GetInflateReset2Arg() 784 return {true, flush}; in GetInflateReset2Arg() 1497 uint32_t flush in SetGZFlushArg() local [all...] |
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 327 outFile.flush(); in CreateFile() 365 outFile.flush(); in AddFileLineData() 396 outFile.flush(); in DelFileLineData() 430 outFile.flush(); in ModifyFileLineData()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_extractor.cpp | 107 fileStream.flush(); in ExtractFile()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
H A D | sample_helper.cpp | 125 std::cout << "\r\033[K" << "Repeat times left: " << times << ", frames: " << frames << " " << std::flush; in PrintProgress() member in OHOS::MediaAVCodec::Sample::std
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | skia_recording.cpp | 179 stream.flush(); in SavePicture()
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | panorama2_demo.js | 111 gl.flush();
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | panorama_demo.js | 108 gl.flush();
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 116 dumpOutFile.flush(); in DumpDecodeResult()
|