Home
last modified time | relevance | path

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

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp105 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
107 return AccessibilityDatashareHelper::PutBoolValue(key, value, needNotify); in PutBoolValue()
H A Daccessibility_settings_config.cpp210 return datashare_->PutBoolValue("AccessibilityStartFromAtoHos", state); in SetStartFromAtoHosState()
914 return datashare_->PutBoolValue(key, value); in SetConfigState()
1039 ErrCode ret = service->PutBoolValue(ACCESSIBILITY_SCREENREADER_ENABLED, true, true); in OnDataClone()
1042 service->PutBoolValue(ACCESSIBILITY_CLONE_FLAG, false); in OnDataClone()
H A Daccessibility_datashare_helper.cpp184 RetError AccessibilityDatashareHelper::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::Accessibility::AccessibilityDatashareHelper
H A Daccessibility_account_data.cpp704 service->PutBoolValue(ACCESSIBILITY_CLONE_FLAG, false); in Init()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h42 RetError PutBoolValue(const std::string& key, bool value, bool needNotify = true);
H A Daccessibility_datashare_helper.h49 RetError PutBoolValue(const std::string& key, bool value, bool needNotify = true);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsetting_provider.h36 ErrCode PutBoolValue(const std::string& key, bool value, bool needNotify = true);
/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()
232 ErrCode ret = audioSettingProvider.PutBoolValue(muteKey, muteStatus, "system"); in SaveMuteStatusInternal()
529 ErrCode ret = settingProvider.PutBoolValue(settingKey, isMute, "secure"); in SaveMicMuteState()
H A Daudio_setting_provider.cpp144 ErrCode AudioSettingProvider::PutBoolValue(const std::string &key, bool value, in PutBoolValue() function in OHOS::AudioStandard::AudioSettingProvider
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h75 bool PutBoolValue(const std::string_view &key, bool value);
H A Dscene_format.cpp23 bool SceneFormat::PutBoolValue(const std::string_view &key, bool value) in PutBoolValue() function in OHOS::Sharing::SceneFormat
326 (void)format.PutBoolValue(key, parcel.ReadBool()); in Unmarshalling()
/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 needNotify) in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_setting_provider.cpp102 RetError MockAccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::Accessibility::MockAccessibilitySettingProvider
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp94 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNotify) in PutBoolValue() function in OHOS::Accessibility::AccessibilitySettingProvider
H A Dmock_accessible_ability_manager_service.cpp1499 service->PutBoolValue(DEVICE_PROVISIONED, false, true); in HWTEST_F()
1526 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1553 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1585 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1618 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h66 ErrCode PutBoolValue(const std::string &key, bool value, std::string tableType = "", bool needNotify = true);
/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_datashare.h40 ErrCode PutBoolValue(const std::string& key, bool value,
/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp94 * @tc.desc: Test PutBoolValue
105 ASSERT_EQ(settingDataShare.PutBoolValue(key, value, needNotify), RET_ERR); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_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
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_setting_observer_test.cpp1492 service->PutBoolValue(DEVICE_PROVISIONED, false, true); in HWTEST_F()
1519 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1546 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1578 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1611 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
H A Daccessible_ability_manager_service_test.cpp1499 service->PutBoolValue(DEVICE_PROVISIONED, false, true); in HWTEST_F()
1526 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1553 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1585 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1618 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_state_observer_proxy_test.cpp1848 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1875 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1907 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
1940 service->PutBoolValue(DEVICE_PROVISIONED, true, true); in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp122 ErrCode SettingDataShare::PutBoolValue( in PutBoolValue() function in OHOS::MMI::SettingDataShare
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp809 auto ret = sceneFormat->PutBoolValue(key, value); in HWTEST_F()
957 sceneFormatIn.PutBoolValue(key, valueBool); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/
H A Dasac_account_data_benchmark.cpp704 service->PutBoolValue(ACCESSIBILITY_CLONE_FLAG, false); in Init()

Completed in 29 milliseconds