/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | multimodal_input_preferences_manager.cpp | 113 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 D | napi_preferences_helper.cpp | 121 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 D | napi_preferences_helper.cpp | 120 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 D | preferences_file_test.cpp | 158 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 D | preferences_helper_test.cpp | 77 ret = PreferencesHelper::RemovePreferencesFromCache("/data/test/test_helper"); 134 pref = PreferencesHelper::RemovePreferencesFromCache("");
|
H A D | preferences_test.cpp | 676 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 D | mock_preferences_helper.cpp | 36 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 D | mock_preferences_helper.cpp | 34 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 D | preferences_helper.h | 69 PREF_API_EXPORT static int RemovePreferencesFromCache(const std::string &path);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage_helper.cpp | 179 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 D | preference_helper_mock.cpp | 68 int PreferencesHelper::RemovePreferencesFromCache(const std::string &path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_impl.h | 47 …static int32_t RemovePreferencesFromCache(OHOS::AbilityRuntime::Context* context, const std::strin…
|
H A D | preferences_ffi.cpp | 50 return PreferencesImpl::RemovePreferencesFromCache(context, name, dataGroupId); in FfiOHOSPreferencesRemovePreferencesFromCache()
|
H A D | preferences_impl.cpp | 100 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 D | preferences_helper.cpp | 249 int PreferencesHelper::RemovePreferencesFromCache(const std::string &path) in RemovePreferencesFromCache() function in OHOS::NativePreferences::PreferencesHelper
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences.cpp | 169 int errCode = OHOS::NativePreferences::PreferencesHelper::RemovePreferencesFromCache( in OH_Preferences_Close()
|