Home
last modified time | relevance | path

Searched refs:SetSettingIntellVoice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h81 static void SetSettingIntellVoice(SwitchStatus status);
H A Dsetting_helper.cpp330 void SettingHelper::SetSettingIntellVoice(SwitchStatus status) in SetSettingIntellVoice() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_native_test.cpp229 SettingHelper::SetSettingIntellVoice(SettingHelper::SwitchStatus::INVALID);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp484 SettingHelper::SetSettingIntellVoice(static_cast<SettingHelper::SwitchStatus>(state)); in SetIntellVoiceState()