Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp356 const char *actStrKey = nullptr; variable
358 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_GetKey(privateCommand, &actStrKey, &actStrKeyLength));
359 EXPECT_EQ(key, std::string(actStrKey, actStrKeyLength));
363 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_GetKey(privateCommand, &actStrKey, &actStrKeyLength));
364 EXPECT_EQ(newKey, std::string(actStrKey, actStrKeyLength));
1216 const char *actStrKey = nullptr; variable
1217 ret = OH_PrivateCommand_GetKey(command, &actStrKey, nullptr);