/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 194 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 D | preferences_helper_test.cpp | 72 int ret = pref->FlushSync();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_analyzer.cpp | 59 prefs->FlushSync(); in FlushThumbnail() 86 prefs->FlushSync(); in FlushCommonBehavior() 110 prefs->FlushSync(); in FlushDeleteBehavior() 141 prefs->FlushSync(); in FlushAdaptationToMovingPhoto()
|
H A D | dfx_worker.cpp | 80 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 D | dfx_reporter.cpp | 124 prefs->FlushSync(); in ReportThumbnailError() 151 prefs->FlushSync(); in ReportCommonBehavior() 187 prefs->FlushSync(); in ReportDeleteStatistic() 332 prefs->FlushSync(); in ReportAdaptationToMovingPhoto()
|
H A D | dfx_manager.cpp | 344 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 D | napi_system_storage.cpp | 264 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 D | multimodal_input_preferences_manager.cpp | 193 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 D | dfx_reporter.cpp | 64 prefs->FlushSync(); in ReportDfxMessage()
|
H A D | dfx_worker.cpp | 70 prefs->FlushSync(); in InitCycleThread()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | stream_n_exporter.h | 34 static napi_value FlushSync(napi_env env, napi_callback_info cbinfo);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/preference/ |
H A D | storage_impl.cpp | 65 pref->FlushSync(); in Delete()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_preferences.h | 66 int FlushSync() override;
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 105 int FlushSync() override in FlushSync() function
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/include/ |
H A D | napi_storage.h | 52 static napi_value FlushSync(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_impl.h | 57 int FlushSync() override;
|
H A D | preferences_base.h | 86 int FlushSync() override;
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.h | 41 static napi_value FlushSync(napi_env env, napi_callback_info cbInfo);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | preference_helper_mock.cpp | 44 MOCK_METHOD0(FlushSync, int());
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_preferences.cpp | 110 pref->FlushSync(); in Delete()
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_preference_helper.cpp | 140 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/ |
H A D | cloud_pref_impl.cpp | 153 pref_->FlushSync(); in Delete()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect_tool.cpp | 147 if (ptr_->FlushSync() != NativePreferences::E_OK) { in RefreshSync()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 84 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 D | preferences.h | 302 virtual int FlushSync() = 0;
|