Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp615 std::shared_ptr<InputMethodPanel> softKeyboardPanel1 = nullptr; variable
617 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, softKeyboardPanel1);
618 EXPECT_TRUE(softKeyboardPanel1 != nullptr);
626 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel1);
738 std::shared_ptr<InputMethodPanel> softKeyboardPanel1 = nullptr; variable
740 auto ret = inputMethodAbility_->CreatePanel(nullptr, panelInfo, softKeyboardPanel1);
741 EXPECT_TRUE(softKeyboardPanel1 != nullptr);
744 ret = inputMethodAbility_->DestroyPanel(softKeyboardPanel1);
766 std::shared_ptr<InputMethodPanel> softKeyboardPanel1 = nullptr; variable
769 EXPECT_TRUE(softKeyboardPanel1 != nullptr);
[all …]