Home
last modified time | relevance | path

Searched refs:PutFloat (Results 1 - 12 of 12) sorted by relevance

/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp286 pref->PutFloat(KEY_TEST_FLOAT_ELEMENT, 5.0f); in HWTEST_F()
430 * @tc.desc: normal testcase of PutFloat
437 pref->PutFloat(LONG_KEY + 'x', 3.0f); in HWTEST_F()
438 pref->PutFloat("", 3.0f); in HWTEST_F()
446 pref->PutFloat(LONG_KEY, 3.0f); in HWTEST_F()
447 pref->PutFloat(KEY_TEST_FLOAT_ELEMENT, 3.0f); in HWTEST_F()
773 pref1->PutFloat(LONG_KEY, 3.0f); in HWTEST_F()
774 pref1->PutFloat(KEY_TEST_FLOAT_ELEMENT, 3.0f); in HWTEST_F()
/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()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h56 int PutFloat(const std::string &key, float value) override;
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistent_storage.h51 pref->PutFloat(key, value); in Insert()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h86 int PutFloat(const std::string& key, float value) override
/foundation/window/window_manager/utils/src/
H A Dpersistent_storage.cpp83 pref->PutFloat(key, value); in Insert()
/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 in HiEvent
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp39 MOCK_METHOD2(PutFloat, int(const std::string &key, float value));
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h76 int PutFloat(const std::string &key, float value) override;
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h252 virtual int PutFloat(const std::string &key, float value) = 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
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/
H A Dcloud_pref_impl_test.cpp47 MOCK_METHOD2(PutFloat, int(const std::string &key, float value));

Completed in 6 milliseconds