Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.h79 static bool IsIntellVoiceSettingValid();
H A Dsetting_helper.cpp320 bool SettingHelper::IsIntellVoiceSettingValid() in IsIntellVoiceSettingValid() function in OHOS::PowerMgr::SettingHelper
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_native_test.cpp228 auto flag = SettingHelper::IsIntellVoiceSettingValid();
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp475 if (isBoot && SettingHelper::IsIntellVoiceSettingValid()) { in SetIntellVoiceState()