Home
last modified time | relevance | path

Searched refs:ReadSwitchStatus (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/account_manager/test/
H A Daccount_manager_test.cpp249 * @tc.desc: Test the funcation ReadSwitchStatus
261 bool ret = accountSetting.ReadSwitchStatus(key, currentSwitchStatus); in HWTEST_F()
267 * @tc.desc: Test the funcation ReadSwitchStatus
282 bool ret = accountSetting.ReadSwitchStatus(key, currentSwitchStatus); in HWTEST_F()
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp204 accShortcutEnabled_ = ReadSwitchStatus(key, accShortcutEnabled_); in OnAccShortcutEnabled()
210 accShortcutEnabledOnScreenLocked_ = ReadSwitchStatus(key, accShortcutEnabledOnScreenLocked_); in OnAccShortcutEnabledOnScreenLocked()
213 bool AccountManager::AccountSetting::ReadSwitchStatus(const std::string &key, bool currentSwitchStatus) in ReadSwitchStatus() function in OHOS::MMI::AccountManager::AccountSetting
/foundation/multimodalinput/input/service/account_manager/include/
H A Daccount_manager.h62 bool ReadSwitchStatus(const std::string &key, bool currentSwitchStatus);

Completed in 3 milliseconds