Home
last modified time | relevance | path

Searched refs:PutFloat (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp286 pref->PutFloat(KEY_TEST_FLOAT_ELEMENT, 5.0f);
437 pref->PutFloat(LONG_KEY + 'x', 3.0f);
438 pref->PutFloat("", 3.0f);
446 pref->PutFloat(LONG_KEY, 3.0f);
447 pref->PutFloat(KEY_TEST_FLOAT_ELEMENT, 3.0f);
773 pref1->PutFloat(LONG_KEY, 3.0f);
774 pref1->PutFloat(KEY_TEST_FLOAT_ELEMENT, 3.0f);
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer/
H A Dpreferences_fuzzer.cpp141 int ret = PreferencesFuzzTest::Preferences_->PutFloat(skey, svalue); in PutFloatFuzz()
153 PreferencesFuzzTest::Preferences_->PutFloat(skey, svalue); in GetFloatFuzz()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h56 int PutFloat(const std::string &key, float value) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistent_storage.h51 pref->PutFloat(key, value); in Insert()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h86 int PutFloat(const std::string& key, float value) override in PutFloat() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp39 MOCK_METHOD2(PutFloat, int(const std::string &key, float value));
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpersistent_storage.cpp83 pref->PutFloat(key, value); in Insert()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h137 HiEvent& PutFloat(const std::string& key, float value) in PutFloat() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h76 int PutFloat(const std::string &key, float value) override;
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h252 virtual int PutFloat(const std::string &key, float value) = 0;
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp125 int ret = ptr->PutFloat(key, value); in SaveFloat()
/ohos5.0/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp124 int ret = ptr->PutFloat(key, value); in SaveFloat()
/ohos5.0/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp120 int ret = ptr->PutFloat(key, value); in SaveFloat()
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp134 return ptr->PutFloat(key, value) == NativePreferences::E_OK; in SaveInner()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp135 int PreferencesBase::PutFloat(const std::string &key, float value) in PutFloat() function in OHOS::NativePreferences::PreferencesBase