/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | marquee_composed_element.cpp | 29 { "start", [](const MarqueeComposedElement& inspector) { return inspector.GetStart(); } }, in __anon3d91d74c0502() 42 DumpLog::GetInstance().AddDesc(std::string("start: ").append(GetStart())); in Dump() 81 std::string MarqueeComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::MarqueeComposedElement 87 return ConvertBoolToString(render->GetStart()); in GetStart()
|
H A D | date_picker_composed_element.cpp | 43 DumpLog::GetInstance().AddDesc(std::string("start: ").append(GetStart())); in Dump() 70 jsonValue->Put("start", GetStart().c_str()); in GetConstructor() 76 std::string DatePickerComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::DatePickerComposedElement
|
H A D | date_picker_dialog_composed_element.cpp | 51 jsonValue->Put("start", GetStart().c_str()); in GetShow() 65 std::string DatePickerDialogComposedElement::GetStart() const in GetStart() function in OHOS::Ace::V2::DatePickerDialogComposedElement
|
H A D | date_picker_dialog_composed_element.h | 36 std::string GetStart() const;
|
H A D | date_picker_composed_element.h | 35 std::string GetStart() const;
|
H A D | marquee_composed_element.h | 38 std::string GetStart() const;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imfselection_range_adapter_wrapper.cpp | 26 int32_t ArkIMFSelectionRangeAdapterWrapper::GetStart() in GetStart() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterWrapper 28 return ctocpp_->GetStart(); in GetStart()
|
H A D | ark_imfselection_range_adapter_wrapper.h | 29 int32_t GetStart() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_selection_range_adapter_impl.cpp | 25 int32_t ArkIMFSelectionRangeAdapterImpl::GetStart() in GetStart() function in OHOS::ArkWeb::ArkIMFSelectionRangeAdapterImpl 27 return real_->GetStart(); in GetStart()
|
H A D | ark_imf_selection_range_adapter_impl.h | 29 int32_t GetStart() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_editing_value.cpp | 148 int32_t start = selection.GetStart(); in SelectionAwareTextManipulation() 190 int32_t start = selection.GetStart(); in GetBeforeSelection() 206 int32_t start = selection.GetStart(); in GetSelectedText() 226 int32_t start = textSelection.GetStart(); in GetSelectedText()
|
H A D | text_compose.h | 53 inline int32_t GetStart() const in GetStart() function
|
H A D | text_selection.h | 63 inline int32_t GetStart() const in GetStart() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 851 UpdateSelection(selection.GetStart(), selection.GetEnd()); in OnDoubleClick() 898 auto selStart = GetEditingValue().selection.GetStart(); in ShowTextOverlay() 1591 auto start = valueToUpdate.selection.GetStart(); in KeyboardEditingValueFilter() 1731 textEditingValue->UpdateSelection(std::max(value.selection.GetStart(), 0) + 1); in PerformAction() 1868 int32_t startPos = GetEditingValue().selection.GetStart(); in DeleteLeft() 1875 int32_t startPos = GetEditingValue().selection.GetStart(); in DeleteRight() 2025 auto selStart = GetEditingValue().selection.GetStart(); in UpdateOverlay() 2108 jsonResult->Put("start", newValue.selection.GetStart()); in FireSelectChangeIfNeeded() 2320 int32_t startPos = value.selection.GetStart(); in HandleOnSelect() 2405 value.UpdateSelection(GetEditingValue().selection.GetStart()); in HandleOnCut() [all …]
|
H A D | on_text_changed_listener_impl.cpp | 54 textEditingValue->UpdateSelection(std::max(value.selection.GetStart(), 0) + text.length()); in InsertText() 77 auto start = value.selection.GetStart(); in DeleteForward() 147 auto start = value.selection.GetStart(); in DeleteBackward()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/ |
H A D | get_iface_stats_context.h | 41 uint32_t GetStart() const;
|
H A D | get_iface_uid_stats_context.h | 41 uint32_t GetStart() const;
|
H A D | update_iface_stats_context.h | 43 uint32_t GetStart() const;
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_exec.cpp | 96 …NetStatsClient::GetInstance().GetIfaceStatsDetail(context->GetInterfaceName(), context->GetStart(), in ExecGetIfaceStats() 105 … context->GetStart(), context->GetEnd(), in ExecGetIfaceUidStats() 113 …= NetStatsClient::GetInstance().UpdateIfacesStats(context->GetInterfaceName(), context->GetStart(), in ExecUpdateIfacesStats()
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | batch.h | 32 std::chrono::steady_clock::time_point GetStart() const;
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_content_param.h | 77 void GetStart(std::string &start);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.cpp | 454 if (textValue_.text.empty() || selection.GetStart() == selection.GetEnd()) { 458 const auto& boxes = paragraph_->GetRectsForRange(selection.GetStart(), selection.GetEnd(), 461 const auto& boxes = paragraph_->GetTextRectsByBoundary(selection.GetStart(), selection.GetEnd(), 627 … return (tempText >= textValue_.selection.GetStart() && tempText <= textValue_.selection.GetEnd());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.h | 51 bool GetStart() const in GetStart() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape.cpp | 36 start_ = shapeComponent->GetStart(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_client_mgr.cpp | 64 …textEditingValue->UpdateSelection(std::max(textEditingValue_.selection.GetStart(), 0) + appendElem… in AddCharacter()
|