Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h94 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md34 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_PrivateCommand_SetBoolValue](…
H A D_input_method.md99 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_PrivateCommand_SetBoolValue](#oh_privatecomma…
1549 ### OH_PrivateCommand_SetBoolValue()
1552 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue (InputMethod_PrivateCommand * command, bool va…
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_private_command_capi.cpp46 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool valu… in OH_PrivateCommand_SetBoolValue() function
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__private__command__capi_8h.md34 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_PrivateCommand_SetBoolValue](…
H A D_input_method.md99 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_PrivateCommand_SetBoolValue](#oh_privatecomma…
1549 ### OH_PrivateCommand_SetBoolValue()
1552 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue (InputMethod_PrivateCommand * command, bool va…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp329 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_SetBoolValue(privateCommand, true));
1165 auto ret = OH_PrivateCommand_SetBoolValue(nullptr, value);
1278 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_SetBoolValue(command, expBoolValue));
1304 EXPECT_EQ(IME_ERR_OK, OH_PrivateCommand_SetBoolValue(command, expBoolValue));