/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 260 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 D | rdb_value_bucket_test.cpp | 69 values.PutBool("graduated", true); 134 values.PutBool("graduated", true); 175 values.PutBool("graduated", true); 197 values.PutBool("graduated", true);
|
H A D | rdb_step_result_get_row_test.cpp | 185 valuesBucket.PutBool("data5", true); 243 valuesBucket.PutBool("data5", true);
|
H A D | rdb_store_interface_test.cpp | 269 values.PutBool("boolType", true);
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer/ |
H A D | preferences_fuzzer.cpp | 116 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 D | toggle_button_event_hub.h | 58 Recorder::NodeDataCache::Get().PutBool(host, id, select); in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_event_hub.h | 63 Recorder::NodeDataCache::Get().PutBool(host, id, isOn); in UpdateChangeEvent()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | values_bucket.h | 87 void PutBool(const std::string &columnName, bool value);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_preferences.h | 52 int PutBool(const std::string &key, bool value) override;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | values_bucket.h | 91 API_EXPORT void PutBool(const std::string &columnName, bool value);
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 78 int PutBool(const std::string& key, bool value) override in PutBool() function
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | preference_helper_mock.cpp | 37 MOCK_METHOD2(PutBool, int(const std::string &key, bool value));
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_values_bucket.cpp | 73 valuesBucket->PutBool(keyStr, valueBool); in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 212 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 D | node_data_cache.h | 61 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 D | hievent.h | 86 HiEvent& PutBool(const std::string& key, bool value) in PutBool() function
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_preference_helper.cpp | 96 return ptr->PutBool(key, value) == NativePreferences::E_OK; in SaveInner()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/preference/src/ |
H A D | cloud_pref_impl.cpp | 123 pref_->PutBool(key, value); in SetBool()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_base.h | 72 int PutBool(const std::string &key, bool value) override;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | values_bucket.cpp | 74 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 D | preferences.h | 228 virtual int PutBool(const std::string &key, bool value) = 0;
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 85 int ret = ptr->PutBool(key, value); in SaveBool()
|
/ohos5.0/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 84 int ret = ptr->PutBool(key, value); in SaveBool()
|
/ohos5.0/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 80 int ret = ptr->PutBool(key, value); in SaveBool()
|
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/ |
H A D | preference_utils.cpp | 114 return ptr->PutBool(key, value) == NativePreferences::E_OK; in SaveInner()
|