Home
last modified time | relevance | path

Searched refs:SetIntellVoiceState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mode_module.h82 static void SetIntellVoiceState(bool isBoot);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mode_module.cpp60 … PowerModePolicy::ModeAction intellVoiceAction = [&](bool isInit) { SetIntellVoiceState(isInit); }; in PowerModeModule()
473 void PowerModeModule::SetIntellVoiceState(bool isBoot) in SetIntellVoiceState() function in OHOS::PowerMgr::PowerModeModule