Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_connection.cpp20 std::atomic_int32_t TextInputConnection::id_ = IME_CLIENT_ID_START;
H A Dconstant.h24 constexpr int32_t IME_CLIENT_ID_START = 1; variable