Home
last modified time | relevance | path

Searched refs:RemovePreferencesFromCache (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp113 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + MOUSE_FILE_NAME); in GetPreferencesSettings()
114 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + KEYBOARD_FILE_NAME); in GetPreferencesSettings()
115 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + TOUCHPAD_FILE_NAME); in GetPreferencesSettings()
198 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(filePath); in SetIntValue()
234 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(filePath); in SetBoolValue()
246 … NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + SHORT_KEY_FILE_NAME); in GetShortKeyDuration()
276 NativePreferences::PreferencesHelper::RemovePreferencesFromCache(PATH + SHORT_KEY_FILE_NAME); in SetShortKeyDuration()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp121 napi_value RemovePreferencesFromCache(napi_env env, napi_callback_info info) in RemovePreferencesFromCache() function
129 return PreferencesHelper::RemovePreferencesFromCache(context->path); in RemovePreferencesFromCache()
149 … DECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCache", RemovePreferencesFromCache, ASYNC), in InitPreferencesHelper()
150 …ECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCacheSync", RemovePreferencesFromCache, SYNC), in InitPreferencesHelper()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp120 napi_value RemovePreferencesFromCache(napi_env env, napi_callback_info info) in RemovePreferencesFromCache() function
127 …auto exec = [context]() -> int { return PreferencesHelper::RemovePreferencesFromCache(context->pat… in RemovePreferencesFromCache()
146 … DECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCache", RemovePreferencesFromCache, ASYNC), in InitPreferencesHelper()
147 …ECLARE_NAPI_FUNCTION_WITH_DATA("removePreferencesFromCacheSync", RemovePreferencesFromCache, SYNC), in InitPreferencesHelper()
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_file_test.cpp158 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper");
177 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper");
218 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper");
239 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper");
H A Dpreferences_helper_test.cpp77 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper");
134 pref = PreferencesHelper::RemovePreferencesFromCache("");
H A Dpreferences_test.cpp676 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
699 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
725 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
751 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
777 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
803 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
835 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
932 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
977 PreferencesHelper::RemovePreferencesFromCache("/data/test/test1");
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/distributeddatamgr/src/
H A Dmock_preferences_helper.cpp36 int PreferencesHelper::RemovePreferencesFromCache(const std::string& path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_preferences_helper.cpp34 int PreferencesHelper::RemovePreferencesFromCache(const std::string& path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_helper.h69 PREF_API_EXPORT static int RemovePreferencesFromCache(const std::string &path);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp179 int errCode = PreferencesHelper::RemovePreferencesFromCache(path); in RemoveStorageFromCacheSync()
198 int errCode = PreferencesHelper::RemovePreferencesFromCache(context->path); in RemoveStorageFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp68 int PreferencesHelper::RemovePreferencesFromCache(const std::string &path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.h47 …static int32_t RemovePreferencesFromCache(OHOS::AbilityRuntime::Context* context, const std::strin…
H A Dpreferences_ffi.cpp50 return PreferencesImpl::RemovePreferencesFromCache(context, name, dataGroupId); in FfiOHOSPreferencesRemovePreferencesFromCache()
H A Dpreferences_impl.cpp100 int32_t PreferencesImpl::RemovePreferencesFromCache(OHOS::AbilityRuntime::Context* context, const s… in RemovePreferencesFromCache() function in OHOS::Preferences::PreferencesImpl
107 int errCode = PreferencesHelper::RemovePreferencesFromCache(path); in RemovePreferencesFromCache()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp249 int PreferencesHelper::RemovePreferencesFromCache(const std::string &path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences.cpp169 int errCode = OHOS::NativePreferences::PreferencesHelper::RemovePreferencesFromCache( in OH_Preferences_Close()