Home
last modified time | relevance | path

Searched refs:PutBool (Results 1 - 25 of 34) sorted by relevance

12

/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()
H A Dtoggle_button_pattern.cpp164 Recorder::NodeDataCache::Get().PutBool(host, inspectorId, isOn_.value_or(false)); in OnAfterModifyDone()
/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()
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp260 pref->PutBool(KEY_TEST_BOOL_ELEMENT, false); in HWTEST_F()
402 * @tc.desc: normal testcase of PutBool
409 pref->PutBool(LONG_KEY + 'x', true); in HWTEST_F()
410 pref->PutBool("", true); in HWTEST_F()
418 pref->PutBool(LONG_KEY, true); in HWTEST_F()
419 pref->PutBool(KEY_TEST_BOOL_ELEMENT, true); in HWTEST_F()
799 pref1->PutBool(LONG_KEY, true); in HWTEST_F()
800 pref1->PutBool(KEY_TEST_BOOL_ELEMENT, true); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp69 values.PutBool("graduated", true); in HWTEST_F()
134 values.PutBool("graduated", true); in HWTEST_F()
175 values.PutBool("graduated", true); in HWTEST_F()
197 values.PutBool("graduated", true); in HWTEST_F()
H A Drdb_step_result_get_row_test.cpp185 valuesBucket.PutBool("data5", true); in HWTEST_F()
243 valuesBucket.PutBool("data5", true); in HWTEST_F()
H A Drdb_store_interface_test.cpp269 values.PutBool("boolType", true); in HWTEST_F()
/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()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_preferences.h52 int PutBool(const std::string &key, bool value) override;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dvalues_bucket.h91 API_EXPORT void PutBool(const std::string &columnName, bool value);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Dvalues_bucket.h87 void PutBool(const std::string &columnName, bool value);
/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);
H A Dnode_data_cache.cpp122 bool NodeDataCache::PutBool(const RefPtr<NG::FrameNode>& node, const std::string& id, bool value) in PutBool() function in OHOS::Ace::Recorder::NodeDataCache
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h78 int PutBool(const std::string& key, bool value) override
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp96 return ptr->PutBool(key, value) == NativePreferences::E_OK; in SaveInner()
/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 in HiEvent
/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()
/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp132 pref_->PutBool(key, value); in SetBool()
/foundation/filemanagement/dfs_service/test/mock/
H A Dpreference_helper_mock.cpp37 MOCK_METHOD2(PutBool, int(const std::string &key, bool value));
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp212 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
272 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
318 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
371 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
428 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
475 Recorder::NodeDataCache::Get().PutBool(pageNode, "btn_Screenshot", true); in HWTEST_F()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h72 int PutBool(const std::string &key, bool value) override;
/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
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h228 virtual int PutBool(const std::string &key, bool value) = 0;
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp125 int PreferencesBase::PutBool(const std::string &key, bool value) in PutBool() function in OHOS::NativePreferences::PreferencesBase
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmultimodal_input_preferences_manager.cpp233 int32_t ret = pref->PutBool(key, setValue); in SetBoolValue()

Completed in 22 milliseconds

12