Home
last modified time | relevance | path

Searched defs:isShield (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp318 bool isShield = true; variable
337 bool isShield = false; variable
355 bool isShield = true; variable
370 bool isShield = false; variable
385 bool isShield = false; variable
400 bool isShield = false; variable
415 bool isShield = false; variable
430 bool isShield = false; variable
445 bool isShield = false; variable
460 bool isShield = false; variable
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp153 int32_t KeyEventNormalize::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
186 int32_t KeyEventNormalize::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp375 bool isShield = true; in SetShieldStatus() local
411 bool isShield { false }; in GetShieldStatus() local
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp121 bool isShield = false; variable
137 bool isShield = true; variable
153 bool isShield = false; variable
169 bool isShield = true; variable
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp778 int32_t ServerMsgHandler::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
783 int32_t ServerMsgHandler::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp529 int32_t InputManager::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
534 int32_t InputManager::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp704 int32_t MultimodalInputConnectManager::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
711 int32_t MultimodalInputConnectManager::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
H A Dmultimodal_input_connect_proxy.cpp1753 int32_t MultimodalInputConnectProxy::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
1777 int32_t MultimodalInputConnectProxy::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
H A Dmultimodal_input_connect_stub.cpp2191 bool isShield { false }; in StubSetShieldStatus() local
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp1121 bool isShield = 0; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2183 int32_t InputManagerImpl::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
2199 int32_t InputManagerImpl::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2469 int32_t MMIService::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus()
2486 int32_t MMIService::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus()
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp233 int32_t SetShieldStatus(int32_t shieldMode, bool isShield) override { return shieldMode; } in SetShieldStatus()
234 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield) override { return shieldMode; } in GetShieldStatus()