Home
last modified time | relevance | path

Searched refs:FlushSync (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp194 pref->FlushSync();
221 pref->FlushSync();
240 pref->FlushSync();
262 pref->FlushSync();
288 pref->FlushSync();
314 pref->FlushSync();
340 pref->FlushSync();
366 pref->FlushSync();
411 pref->FlushSync();
420 pref->FlushSync();
[all …]
H A Dpreferences_helper_test.cpp72 int ret = pref->FlushSync();
/ohos5.0/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.cpp124 prefs->FlushSync(); in ReportThumbnailError()
151 prefs->FlushSync(); in ReportCommonBehavior()
187 prefs->FlushSync(); in ReportDeleteStatistic()
332 prefs->FlushSync(); in ReportAdaptationToMovingPhoto()
H A Ddfx_manager.cpp344 prefs->FlushSync(); in HandleHalfDayMissions()
649 prefs->FlushSync(); in ResetStartTime()
668 prefs->FlushSync(); in SetStartTime()
/ohos5.0/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(); in NapiClear()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp193 ret = pref->FlushSync(); in SetIntValue()
229 ret = pref->FlushSync(); in SetBoolValue()
271 ret = pref->FlushSync(); in SetShortKeyDuration()
/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.cpp65 pref->FlushSync(); in Delete()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h66 int FlushSync() override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h105 int FlushSync() override in FlushSync() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/include/
H A Dnapi_storage.h52 static napi_value FlushSync(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_impl.h57 int FlushSync() override;
H A Dpreferences_base.h86 int FlushSync() override;
/ohos5.0/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);
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp44 MOCK_METHOD0(FlushSync, int());
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_preferences.cpp110 pref->FlushSync(); in Delete()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp140 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp153 pref_->FlushSync(); in Delete()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp147 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp84 DECLARE_NAPI_FUNCTION("flushSync", FlushSync), in Init()
577 return obj->value_->FlushSync(); in Flush()
590 napi_value StorageProxy::FlushSync(napi_env env, napi_callback_info info) in FlushSync() function in OHOS::StorageJsKit::StorageProxy
596 int result = obj->value_->FlushSync(); in FlushSync()
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h302 virtual int FlushSync() = 0;

12