Searched refs:PutFloat (Results 1 - 12 of 12) sorted by relevance
/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 286 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 D | preferences_fuzzer.cpp | 141 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 D | mock_preferences.h | 56 int PutFloat(const std::string &key, float value) override;
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_persistent_storage.h | 51 pref->PutFloat(key, value); in Insert()
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 86 int PutFloat(const std::string& key, float value) override
|
/foundation/window/window_manager/utils/src/ |
H A D | persistent_storage.cpp | 83 pref->PutFloat(key, value); in Insert()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/ |
H A D | hievent.h | 137 HiEvent& PutFloat(const std::string& key, float value) in PutFloat() function in HiEvent
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | preference_helper_mock.cpp | 39 MOCK_METHOD2(PutFloat, int(const std::string &key, float value));
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_base.h | 76 int PutFloat(const std::string &key, float value) override;
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences.h | 252 virtual int PutFloat(const std::string &key, float value) = 0;
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_base.cpp | 135 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 D | cloud_pref_impl_test.cpp | 47 MOCK_METHOD2(PutFloat, int(const std::string &key, float value));
|
Completed in 6 milliseconds