Home
last modified time | relevance | path

Searched refs:currentWindowId_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp63 int32_t TddUtil::WindowManager::currentWindowId_ = 0; member in OHOS::MiscServices::TddUtil::WindowManager
72 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnFocused()
82 if (focusChangeInfo->windowId_ == TddUtil::WindowManager::currentWindowId_) { in OnUnfocused()
411 currentWindowId_ = window_->GetWindowId(); in CreateWindow()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dtdd_util.h72 static int32_t currentWindowId_; variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp1212 InputMethodAbilityTest::imc_->textConfig_.windowId = TddUtil::WindowManager::currentWindowId_;