Home
last modified time | relevance | path

Searched refs:windowId_ (Results 1 - 17 of 17) sorted by relevance

/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dwindow_info_helper_test.cpp65 compWin->windowId_ = 0; in HWTEST_F()
72 downNotCrossWin->windowId_ = 1; in HWTEST_F()
79 downCrossWin->windowId_ = 1; in HWTEST_F()
89 upWin->windowId_ = 1; in HWTEST_F()
118 compWin->windowId_ = 1; in HWTEST_F()
142 compWin->windowId_ = 0; in HWTEST_F()
/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp25 uint32_t InputMethodEngineListenerImpl::windowId_ = 0; member in OHOS::MiscServices::InputMethodEngineListenerImpl
55 windowId_ = windowId; in OnSetCallingWindow()
84 windowId_ = 0; in ResetParam()
102 imeListenerCv_.wait_for(lock, std::chrono::seconds(1), [&windowId]() { return windowId_ == windowId; }); in WaitSetCallingWindow()
103 return windowId_ == windowId; in WaitSetCallingWindow()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
H A Dwindow_manager.h68 int32_t windowId_ { 0 };
110 unreliableWinInfo->windowId_ = 0; in SetDefaultSecCompScene()
145 compoLayer->windowId_ = 0; in GetUnreliableWindowInfo()
152 coverLayer->windowId_ = 1; in GetUnreliableWindowInfo()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dwindow_info_helper.cpp84 if (info->windowId_ == compWinId) { in CheckOtherWindowCoverComp()
93 layerList.emplace_back(std::make_pair(info->windowId_, info->zOrder_)); in CheckOtherWindowCoverComp()
H A Dsec_comp_entity.cpp102 if (!WindowInfoHelper::CheckOtherWindowCoverComp(componentInfo_->windowId_, in CheckClickInfo()
H A Dsec_comp_info_helper.cpp213 float scale = WindowInfoHelper::GetWindowScale(comp->windowId_); in CheckComponentValid()
/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h35 static uint32_t windowId_; member in OHOS::MiscServices::InputMethodEngineListenerImpl
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_exception_test.cpp279 panel->windowId_ = 2; in HWTEST_F()
312 panel->windowId_ = 2; in HWTEST_F()
H A Dinput_method_ability_test.cpp64 static uint32_t windowId_; member in OHOS::MiscServices::InputMethodAbilityTest
96 windowId_ = windowId; in OnSetCallingWindow()
240 uint32_t InputMethodAbilityTest::windowId_ = 0; member in OHOS::MiscServices::InputMethodAbilityTest
796 lock, std::chrono::seconds(DEALY_TIME), [windowId] { return InputMethodAbilityTest::windowId_ == windowId; }); in HWTEST_F()
797 EXPECT_EQ(InputMethodAbilityTest::windowId_, windowId); in HWTEST_F()
H A Dinput_method_controller_test.cpp477 EXPECT_EQ(imeListener_->windowId_, config.windowId); in CheckTextConfig()
578 EXPECT_EQ(windowId, imeListener_->windowId_); in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp80 windowId_ = window_->GetWindowId(); in CreatePanel()
82 static_cast<int32_t>(panelFlag_), windowId_); in CreatePanel()
742 panelStatusListener_->OnPanelStatus(windowId_, true); in PanelStatusChange()
746 panelStatusListener_->OnPanelStatus(windowId_, false); in PanelStatusChange()
827 panelStatusListener_->OnPanelStatus(windowId_, true); in SetPanelStatusListener()
830 panelStatusListener_->OnPanelStatus(windowId_, false); in SetPanelStatusListener()
945 panelStatusListener_->OnSizeChange(windowId_, size); in SizeChange()
H A Dinput_method_ability.cpp995 return panel != nullptr && panel->windowId_ != InputMethodPanel::INVALID_WINDOW_ID; in GetSoftKeyboardPanel()
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h133 int32_t windowId_ = 0; member in OHOS::Security::SecurityComponent::SecCompBase
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h102 uint32_t windowId_ = INVALID_WINDOW_ID; member in OHOS::MiscServices::InputMethodPanel
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp74 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnFocused()
84 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnUnfocused()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp368 observer->Subscribe(inputMethodPanel->windowId_, type, cbObject); in Subscribe()
372 observer->RemoveInfo(type, inputMethodPanel->windowId_); in Subscribe()
405 observer->RemoveInfo(type, inputMethodPanel->windowId_); in UnSubscribe()
/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp297 windowId_ = jsonSrc.at(JsonTagConstants::JSON_WINDOW_ID).get<int32_t>(); in FromJson()
355 jsonRes[JsonTagConstants::JSON_WINDOW_ID] = windowId_; in ToJson()

Completed in 25 milliseconds