Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp68 int32_t newEnd = data.ReadInt32(); in OnRemoteRequest() local
114 int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_agent_proxy.cpp59 int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_ability.cpp312 int32_t newEnd = data->ReadInt32(); in OnSelectionChange() local
/base/time/time_service/services/timer/src/
Dbatch.cpp87 auto newEnd = std::chrono::steady_clock::time_point::max(); in Remove() local
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h113 int32_t newEnd = 0; member
Djs_keyboard_delegate_setting.cpp432 …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.cpp38 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange()
/base/inputmethod/imf/unitest/src/
Dinput_method_controller_test.cpp194 …ListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()