Home
last modified time | relevance | path

Searched refs:FlushSync (Results 1 - 25 of 42) sorted by relevance

12

/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp86 pref->FlushSync(); in TearDown()
185 * @tc.desc: normal testcase of FlushSync
194 pref->FlushSync(); in HWTEST_F()
221 pref->FlushSync(); in HWTEST_F()
240 pref->FlushSync(); in HWTEST_F()
262 pref->FlushSync(); in HWTEST_F()
288 pref->FlushSync(); in HWTEST_F()
314 pref->FlushSync(); in HWTEST_F()
340 pref->FlushSync(); in HWTEST_F()
366 pref->FlushSync(); in HWTEST_F()
[all...]
H A Dpreferences_helper_test.cpp72 int ret = pref->FlushSync(); in HWTEST_F()
/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp67 int ret = pref_->FlushSync(); in SetString()
89 int ret = pref_->FlushSync(); in SetLong()
111 int ret = pref_->FlushSync(); in SetInt()
133 int ret = pref_->FlushSync(); in SetBool()
165 int ret = pref_->FlushSync(); in Delete()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_analyzer.cpp59 prefs->FlushSync(); in FlushThumbnail()
86 prefs->FlushSync(); in FlushCommonBehavior()
110 prefs->FlushSync(); in FlushDeleteBehavior()
141 prefs->FlushSync(); in FlushAdaptationToMovingPhoto()
H A Ddfx_worker.cpp80 prefs->FlushSync(); in HandleLoopTask()
86 prefs->FlushSync(); in HandleLoopTask()
109 prefs->FlushSync(); in Prepare()
125 prefs->FlushSync(); in IsThumbnailUpdate()
144 prefs->FlushSync(); in IsDeleteStatisticUpdate()
H A Ddfx_reporter.cpp123 prefs->FlushSync(); in ReportThumbnailError()
150 prefs->FlushSync(); in ReportCommonBehavior()
186 prefs->FlushSync(); in ReportDeleteStatistic()
329 prefs->FlushSync(); in ReportAdaptationToMovingPhoto()
H A Ddfx_manager.cpp294 prefs->FlushSync(); in HandleHalfDayMissions()
599 prefs->FlushSync(); in ResetStartTime()
618 prefs->FlushSync(); in SetStartTime()
/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_reporter.cpp64 prefs->FlushSync(); in ReportDfxMessage()
H A Ddfx_worker.cpp70 prefs->FlushSync(); in InitCycleThread()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/
H A Dstream_n_exporter.h34 static napi_value FlushSync(napi_env env, napi_callback_info cbinfo);
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/
H A Dcloud_pref_impl_test.cpp52 MOCK_METHOD0(FlushSync, int());
369 EXPECT_CALL(preferencesMock, FlushSync()).WillOnce(Return(X_OK)); in HWTEST_F()
372 EXPECT_EQ(preferencesMock.FlushSync(), X_OK); in HWTEST_F()
431 EXPECT_CALL(*preferencesMock_, FlushSync()).WillOnce(Return(X_OK)); in HWTEST_F()
436 EXPECT_EQ(preferencesMock_->FlushSync(), X_OK); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.cpp64 pref->FlushSync(); in Delete()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h66 int FlushSync() override;
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_impl.h57 int FlushSync() override;
H A Dpreferences_base.h86 int FlushSync() override;
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/include/
H A Dnapi_storage.h52 static napi_value FlushSync(napi_env env, napi_callback_info info);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/
H A Dstream_n_exporter.h41 static napi_value FlushSync(napi_env env, napi_callback_info cbInfo);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp202 ret = pref->FlushSync(); in SetIntValue()
238 ret = pref->FlushSync(); in SetBoolValue()
280 ret = pref->FlushSync(); in SetShortKeyDuration()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp264 pref->FlushSync(); in NapiSet()
282 pref->FlushSync(); in NapiDelete()
295 pref->FlushSync();
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h105 int FlushSync() override
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp147 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp140 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.cpp110 pref->FlushSync(); in Delete()
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp44 MOCK_METHOD0(FlushSync, int());
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_utils.cpp182 prefs->FlushSync(); in SetMoveEL2DBToEL1()

Completed in 11 milliseconds

12