Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp345 const char *actStrValue = nullptr; variable
347 …EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_GetStrValue(privateCommand, &actStrValue, &actStrValueLeng…
348 EXPECT_EQ(expStrValue, std::string(actStrValue, actStrValueLength));