/base/security/security_guard/test/unittest/mock/preferences/ |
H A D | preferences.h | 34 virtual void Flush() = 0; 43 MOCK_METHOD0(Flush, void());
|
/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 41 ptr->Flush(); in SaveString() 61 ptr->Flush(); in SaveInt() 81 ptr->Flush(); in SaveBool() 101 ptr->Flush(); in SaveLong() 121 ptr->Flush(); in SaveFloat() 165 ptr->Flush(); in Refresh()
|
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 47 ptr->Flush(); in SaveString() 67 ptr->Flush(); in SaveInt() 87 ptr->Flush(); in SaveBool() 107 ptr->Flush(); in SaveLong() 127 ptr->Flush(); in SaveFloat() 171 ptr->Flush(); in Refresh()
|
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 45 ptr->Flush(); in SaveString() 65 ptr->Flush(); in SaveInt() 85 ptr->Flush(); in SaveBool() 105 ptr->Flush(); in SaveLong() 125 ptr->Flush(); in SaveFloat() 169 ptr->Flush(); in Refresh()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_instructions.cpp | 38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush() function in OHOS::HiviewDFX::DfxInstructions 87 if (!Flush(regs, memory, 0, cfaLoc, cfa)) { in Apply() 101 if (Flush(regs, memory, cfa, rsState.locs[i], regs[reg])) { in Apply()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_instructions.h | 36 static bool Flush(DfxRegs& dfxRegs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val);
|
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_stream.h | 59 int32_t Flush(size_t size) override 102 int32_t Flush(size_t size) override; 140 int32_t Flush(size_t size) override 143 PKG_LOGE("Flush size %zu local size:%zu", size, memSize_); 211 int32_t Flush(size_t size) override 258 int32_t Flush(size_t size) override
|
H A D | pkg_stream.cpp | 169 int32_t FileStream::Flush(size_t size) in Flush() function in Hpackage::FileStream 189 PKG_LOGE("Flush size %zu local size:%zu", size, fileLength_); in Flush()
|
H A D | pkg_managerImpl.cpp | 874 stream->Flush(offset + signedData.size());
in DoCreatePkgStream() 923 PkgStreamImpl::ConvertPkgStream(stream)->Flush(context.unpackedSize);
in DoCreatePkgStream() 955 PkgStreamImpl::ConvertPkgStream(stream)->Flush(context.packedSize);
in DoCreatePkgStream()
|
/base/update/updater/test/unittest/updater_ui_test/ |
H A D | ui_test_graphic_engine.h | 37 void Flush(const OHOS::Rect& flushRect) override {}
|
/base/powermgr/battery_manager/charger/include/ |
H A D | charger_graphic_engine.h | 36 void Flush(const OHOS::Rect& flushRect) override;
|
/base/update/updater/services/ui/driver/ |
H A D | graphic_engine.h | 35 void Flush(const OHOS::Rect& flushRect) override;
|
H A D | graphic_engine.cpp | 163 void GraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush() function in Updater::GraphicEngine
|
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_graphic_engine.cpp | 130 void ChargerGraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush() function in OHOS::PowerMgr::ChargerGraphicEngine
|
/base/update/updater/services/ui/view/component/ |
H A D | box_progress_adapter.cpp | 67 GraphicEngine::GetInstance().Flush(GetRect()); in SetValue()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | multi_users.cpp | 53 preferences->Flush(); in InitMultiUser() 340 preferences->Flush(); in SetParamFromPreferences()
|
H A D | preferred_language.cpp | 209 preferences->Flush(); in SetAppPreferredLanguage()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_player.cpp | 236 audioRenderer_->Flush(); in ReleaseRenderer() 248 audioCapturer_->Flush(); in ReleaseCapturer()
|
/base/update/updater/services/package/pkg_package/ |
H A D | pkg_lz4file.cpp | 104 outStream->Flush(fileInfo_.fileInfo.unpackedSize);
in Unpack() 166 pkgStream_->Flush(currentOffset_);
in AddEntry()
|
H A D | pkg_pkgfile.cpp | 182 pkgStream_->Flush(currOffset + buffer.size());
in AddSignData()
|
H A D | pkg_gzipfile.cpp | 231 outStream->Flush(fileInfo_.fileInfo.unpackedSize);
in Unpack() 345 pkgStream_->Flush(currentOffset_);
in AddEntry()
|
H A D | pkg_upgradefile.cpp | 213 pkgStream_->Flush(offset);
in WriteBuffer() 954 outStream->Flush(fileInfo_.fileInfo.unpackedSize);
in Unpack()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 1157 * @tc.desc: test DfxInstructions Flush 1169 bool ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1172 ret = instructions->Flush(*(regs.get()), nullptr, 0, loc, val); in HWTEST_F() 1175 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1178 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1181 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1184 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F() 1187 ret = instructions->Flush(*(regs.get()), memory, 0, loc, val); in HWTEST_F()
|
/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 75 virtual int32_t Flush(size_t size) = 0;
|
/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_decoder_adapter_impl.cpp | 198 int32_t ret = decoder_->Flush(); in FlushDecoder()
|