Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp49 class InputMethodPrivateMemberTest : public testing::Test { class
58 void InputMethodPrivateMemberTest::SetUpTestCase(void) in SetUpTestCase()
68 void InputMethodPrivateMemberTest::TearDownTestCase(void) in TearDownTestCase()
74 void InputMethodPrivateMemberTest::SetUp(void) in SetUp()
82 void InputMethodPrivateMemberTest::TearDown(void) in TearDown()
88 sptr<InputMethodSystemAbility> InputMethodPrivateMemberTest::service_;
96 HWTEST_F(InputMethodPrivateMemberTest, SA_TestOnStart, TestSize.Level0)
110 HWTEST_F(InputMethodPrivateMemberTest, SA_GetExtends, TestSize.Level0)
133 HWTEST_F(InputMethodPrivateMemberTest, SA_TestOnUserStarted, TestSize.Level0)
712 HWTEST_F(InputMethodPrivateMemberTest, testIsPanelShown, TestSize.Level0)
[all …]
/ohos5.0/base/inputmethod/imf/test/unittest/
H A DBUILD.gn35 "cpp_test:InputMethodPrivateMemberTest",
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/
H A DBUILD.gn368 ohos_unittest("InputMethodPrivateMemberTest") {