Home
last modified time | relevance | path

Searched defs:newEnd (Results 1 – 12 of 12) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp69 int32_t newEnd = data.ReadInt32(); in OnRemoteRequest() local
156 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_agent_proxy.cpp52 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_ability.cpp409 int32_t newEnd = data->ReadInt32(); in OnSelectionChange() local
/base/time/time_service/services/timer/src/
Dbatch.cpp86 auto newEnd = std::chrono::steady_clock::time_point::max(); in Remove() local
/base/inputmethod/imf/test/common/src/
Dkeyboard_listener_test_impl.cpp54 …enerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h73 int32_t newEnd = 0; member
Djs_keyboard_delegate_setting.cpp507 …egateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp41 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp100 …ListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_controller_test.cpp208 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override in OnSelectionChange()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h166 int32_t newEnd = INVALID_VALUE; member
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp324 auto newEnd = std::remove_if(props.begin(), props.end(), [&enableVec](const auto &prop) { in ListEnabledInputMethod() local
355 auto newEnd = std::remove_if(props.begin(), props.end(), [&enableVec](const auto &prop) { in ListDisabledInputMethod() local