Home
last modified time | relevance | path

Searched refs:PutBoolValue (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp105 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
107 return AccessibilityDatashareHelper::PutBoolValue(key, value, needNotify); in PutBoolValue()
H A Daccessibility_settings_config.cpp212 return datashare_->PutBoolValue("AccessibilityStartFromAtoHos", state); in SetStartToHosState()
866 service->PutBoolValue(ACCESSIBILITY_PRIVACY_CLONE_OR_UPGRADE, false); in InitShortKeyConfig()
919 return datashare_->PutBoolValue(key, value); in SetConfigState()
1077 ErrCode ret = service->PutBoolValue(ACCESSIBILITY_SCREENREADER_ENABLED, true, true); in OnDataClone()
1080 service->PutBoolValue(ACCESSIBILITY_PRIVACY_CLONE_OR_UPGRADE, true); in OnDataClone()
1081 service->PutBoolValue(ACCESSIBILITY_CLONE_FLAG, false); in OnDataClone()
H A Daccessibility_datashare_helper.cpp174 RetError AccessibilityDatashareHelper::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue() function in OHOS::Accessibility::AccessibilityDatashareHelper
H A Daccessibility_account_data.cpp601 service->PutBoolValue(ACCESSIBILITY_PRIVACY_CLONE_OR_UPGRADE, true); in GetConfigValueAtoHos()
701 service->PutBoolValue(ACCESSIBILITY_CLONE_FLAG, false); in Init()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h43 RetError PutBoolValue(const std::string& key, bool value, bool needNotify = true);
H A Daccessibility_datashare_helper.h46 RetError PutBoolValue(const std::string& key, bool value, bool needNotify = true);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsetting_provider.h36 ErrCode PutBoolValue(const std::string& key, bool value, bool needNotify = true);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dvolume_data_maintainer.cpp100 ErrCode ret = settingProvider.PutBoolValue(settingKey, fristBoot); in SetFirstBoot()
242 ErrCode ret = audioSettingProvider.PutBoolValue(muteKey, muteStatus, "system"); in SaveMuteStatusInternal()
543 ErrCode ret = settingProvider.PutBoolValue(settingKey, isMute, "secure"); in SaveMicMuteState()
H A Daudio_setting_provider.cpp130 ErrCode AudioSettingProvider::PutBoolValue(const std::string &key, bool value, in PutBoolValue() function in OHOS::AudioStandard::AudioSettingProvider
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp94 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp102 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_datashare.h40 ErrCode PutBoolValue(const std::string& key, bool value,
/ohos5.0/base/powermgr/power_manager/utils/setting/include/
H A Dsetting_provider.h36 ErrCode PutBoolValue(const std::string& key, bool value, bool needNotify = true);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h64 …ErrCode PutBoolValue(const std::string &key, bool value, std::string tableType = "", bool needNoti…
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp106 ASSERT_EQ(settingDataShare.PutBoolValue(key, value, needNotify), ERR_OK);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsetting_provider.cpp103 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::Rosen::SettingProvider
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_util_test.cpp241 settingProvider.PutBoolValue("settings.power.suspend_sources", valueBool);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp114 ErrCode SettingDataShare::PutBoolValue( in PutBoolValue() function in OHOS::MMI::SettingDataShare
/ohos5.0/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_provider.cpp115 ErrCode SettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::PowerMgr::SettingProvider