Home
last modified time | relevance | path

Searched refs:PutBool (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp260 pref->PutBool(KEY_TEST_BOOL_ELEMENT, false);
409 pref->PutBool(LONG_KEY + 'x', true);
410 pref->PutBool("", true);
418 pref->PutBool(LONG_KEY, true);
419 pref->PutBool(KEY_TEST_BOOL_ELEMENT, true);
799 pref1->PutBool(LONG_KEY, true);
800 pref1->PutBool(KEY_TEST_BOOL_ELEMENT, true);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp69 values.PutBool("graduated", true);
134 values.PutBool("graduated", true);
175 values.PutBool("graduated", true);
197 values.PutBool("graduated", true);
H A Drdb_step_result_get_row_test.cpp185 valuesBucket.PutBool("data5", true);
243 valuesBucket.PutBool("data5", true);
H A Drdb_store_interface_test.cpp269 values.PutBool("boolType", true);
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer/
H A Dpreferences_fuzzer.cpp116 int ret = PreferencesFuzzTest::Preferences_->PutBool(skey, svalue); in PutBoolFuzz()
128 PreferencesFuzzTest::Preferences_->PutBool(skey, svalue); in GetBoolFuzz()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_event_hub.h58 Recorder::NodeDataCache::Get().PutBool(host, id, select); in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_event_hub.h63 Recorder::NodeDataCache::Get().PutBool(host, id, isOn); in UpdateChangeEvent()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Dvalues_bucket.h87 void PutBool(const std::string &columnName, bool value);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h52 int PutBool(const std::string &key, bool value) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalues_bucket.h91 API_EXPORT void PutBool(const std::string &columnName, bool value);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h78 int PutBool(const std::string& key, bool value) override in PutBool() function
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp37 MOCK_METHOD2(PutBool, int(const std::string &key, bool value));
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_values_bucket.cpp73 valuesBucket->PutBool(keyStr, valueBool); in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp212 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
272 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
318 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
371 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
428 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
475 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Dnode_data_cache.h61 bool PutBool(const RefPtr<NG::FrameNode>& node, const std::string& id, bool value);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h86 HiEvent& PutBool(const std::string& key, bool value) in PutBool() function
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp96 return ptr->PutBool(key, value) == NativePreferences::E_OK; in SaveInner()
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp123 pref_->PutBool(key, value); in SetBool()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h72 int PutBool(const std::string &key, bool value) override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalues_bucket.cpp74 void ValuesBucket::PutBool(const std::string &columnName, bool value) in PutBool() function in OHOS::NativeRdb::ValuesBucket
/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h228 virtual int PutBool(const std::string &key, bool value) = 0;
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp85 int ret = ptr->PutBool(key, value); in SaveBool()
/ohos5.0/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp84 int ret = ptr->PutBool(key, value); in SaveBool()
/ohos5.0/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp80 int ret = ptr->PutBool(key, value); in SaveBool()
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp114 return ptr->PutBool(key, value) == NativePreferences::E_OK; in SaveInner()

12