Home
last modified time | relevance | path

Searched refs:SetShieldStatus (Results 1 - 22 of 22) sorted by relevance

/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp310 * @tc.desc: Test SetShieldStatus
319 int32_t ret = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
323 ret = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
329 * @tc.desc: Test SetShieldStatus
338 int32_t ret = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
342 ret = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
357 int32_t result = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
372 int32_t result = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
387 int32_t result = KeyEventHdr->SetShieldStatus(shieldMode, isShield); in HWTEST_F()
402 int32_t result = KeyEventHdr->SetShieldStatus(shieldMod in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_event_normalize/include/
H A Dkey_event_normalize.h34 int32_t SetShieldStatus(int32_t shieldMode, bool isShield);
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp148 int32_t KeyEventNormalize::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::KeyEventNormalize
/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h107 int32_t SetShieldStatus(int32_t shieldMode, bool isShield);
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp565 static napi_value SetShieldStatus(napi_env env, napi_callback_info info) in SetShieldStatus() function
597 int32_t errCode = InputManager::GetInstance()->SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
684 DECLARE_NAPI_FUNCTION("setShieldStatus", SetShieldStatus), in MmiInit()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp562 int32_t InputManager::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::InputManager
564 return InputMgrImpl.SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h126 int32_t SetShieldStatus(int32_t shieldMode, bool isShield);
H A Di_multimodal_input_connect.h137 virtual int32_t SetShieldStatus(int32_t shieldMode, bool isShield) = 0;
H A Dmultimodal_input_connect_proxy.h122 int32_t SetShieldStatus(int32_t shieldMode, bool isShield) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h200 int32_t SetShieldStatus(int32_t shieldMode, bool isShield);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h834 int32_t SetShieldStatus(int32_t shieldMode, bool isShield);
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp868 int32_t ServerMsgHandler::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::ServerMsgHandler
870 return KeyEventHdr->SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp724 int32_t MultimodalInputConnectManager::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::MultimodalInputConnectManager
728 return multimodalInputConnectService_->SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
H A Dmultimodal_input_connect_stub.cpp2300 int32_t ret = SetShieldStatus(shieldMode, isShield); in StubSetShieldStatus()
2302 MMI_HILOGE("Call SetShieldStatus failed, ret:%{public}d", ret); in StubSetShieldStatus()
H A Dmultimodal_input_connect_proxy.cpp1845 int32_t MultimodalInputConnectProxy::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h136 int32_t SetShieldStatus(int32_t shieldMode, bool isShield) override;
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp1042 * @tc.desc: Test the function SetShieldStatus
1052 int32_t ret = mmiService.SetShieldStatus(shieldMode, isShield); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp148 * @tc.desc: Test SetShieldStatus
158 int32_t result = servermsghandler.SetShieldStatus(shieldMode, isShield); in HWTEST_F()
164 * @tc.desc: Test SetShieldStatus
174 int32_t result = servermsghandler.SetShieldStatus(shieldMode, isShield); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp2361 int32_t ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::FACTORY_MODE, true); in HWTEST_F()
2369 ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::OOBE_MODE, true); in HWTEST_F()
2377 ret = InputManager::GetInstance()->SetShieldStatus(SHIELD_MODE::OOBE_MODE, false); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2271 int32_t InputManagerImpl::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::InputManagerImpl
2276 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3157 int32_t MMIService::SetShieldStatus(int32_t shieldMode, bool isShield) in SetShieldStatus() function in OHOS::MMI::MMIService
3163 return sMsgHandler_.SetShieldStatus(shieldMode, isShield); in SetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp250 int32_t SetShieldStatus(int32_t shieldMode, bool isShield) override { return shieldMode; }

Completed in 54 milliseconds