Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_event_normalize/include/
H A Dkey_event_normalize.h35 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield);
/foundation/multimodalinput/input/service/key_event_normalize/test/
H A Dkey_event_normalize_test.cpp432 int32_t result = KeyEventHdr->GetShieldStatus(shieldMode, isShield); in HWTEST_F()
447 int32_t result = KeyEventHdr->GetShieldStatus(shieldMode, isShield); in HWTEST_F()
462 int32_t result = KeyEventHdr->GetShieldStatus(shieldMode, isShield); in HWTEST_F()
/foundation/multimodalinput/input/service/key_event_normalize/src/
H A Dkey_event_normalize.cpp181 int32_t KeyEventNormalize::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::KeyEventNormalize
/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h108 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield);
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp607 static napi_value GetShieldStatus(napi_env env, napi_callback_info info) in GetShieldStatus() function
631 auto errCode = InputManager::GetInstance()->GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
685 DECLARE_NAPI_FUNCTION("getShieldStatus", GetShieldStatus), in MmiInit()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp567 int32_t InputManager::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::InputManager
569 return InputMgrImpl.GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h127 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield);
H A Di_multimodal_input_connect.h138 virtual int32_t GetShieldStatus(int32_t shieldMode, bool &isShield) = 0;
H A Dmultimodal_input_connect_proxy.h123 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield) override;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h201 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h844 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield);
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp2363 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2365 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
2371 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2373 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
2379 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::FACTORY_MODE, factoryModeStatus); in HWTEST_F()
2381 ret = InputManager::GetInstance()->GetShieldStatus(SHIELD_MODE::OOBE_MODE, oobeModeStatus); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp873 int32_t ServerMsgHandler::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::ServerMsgHandler
875 return KeyEventHdr->GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp731 int32_t MultimodalInputConnectManager::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::MultimodalInputConnectManager
735 return multimodalInputConnectService_->GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
H A Dmultimodal_input_connect_stub.cpp2328 int32_t ret = GetShieldStatus(shieldMode, state); in StubGetShieldStatus()
2330 MMI_HILOGE("Call GetShieldStatus failed ret:%{public}d", ret); in StubGetShieldStatus()
H A Dmultimodal_input_connect_proxy.cpp1869 int32_t MultimodalInputConnectProxy::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::MultimodalInputConnectProxy
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h137 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield) override;
/foundation/multimodalinput/input/service/module_loader/test/
H A Dmmi_service_test.cpp1054 ret = mmiService.GetShieldStatus(shieldMode, isShield); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp180 * @tc.desc: Test GetShieldStatus
190 int32_t result = servermsghandler.GetShieldStatus(shieldMode, isShield); in HWTEST_F()
196 * @tc.desc: Test GetShieldStatus
206 int32_t result = servermsghandler.GetShieldStatus(shieldMode, isShield); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2287 int32_t InputManagerImpl::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::InputManagerImpl
2292 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3174 int32_t MMIService::GetShieldStatus(int32_t shieldMode, bool &isShield) in GetShieldStatus() function in OHOS::MMI::MMIService
3180 return sMsgHandler_.GetShieldStatus(shieldMode, isShield); in GetShieldStatus()
/foundation/multimodalinput/input/service/connect_manager/test/
H A Dmultimodal_input_connect_stub_ex_test.cpp251 int32_t GetShieldStatus(int32_t shieldMode, bool &isShield) override { return shieldMode; }

Completed in 49 milliseconds