| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | gesture_event_hub.h | 323 RefPtr<NGGestureRecognizer>& current, std::list<RefPtr<NGGestureRecognizer>>& recognizers, 328 RefPtr<NGGestureRecognizer>& current, std::list<RefPtr<NGGestureRecognizer>>& recognizers,
|
| /foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
| H A D | accessibility_element_info.h | 76 * @param current current value 78 RangeInfo(double min, double max, double current); 93 * @brief Gets the current value. 94 * @return current value. 111 * @brief Sets the current value. 112 * @param current current value 114 void SetCurrent(double current); 1114 * @param liveRegion live region: 0: not live region; 1: interrupt current tal [all...] |
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | iterator.h | 379 constexpr move_iterator(const move_iterator<U>& other) : current_(other.current) in move_iterator() 386 current_ = other.current; in operator =()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| H A D | medialibrary_subscriber.cpp | 141 MEDIA_DEBUG_LOG("MedialibrarySubscriber current status:%{public}d, %{public}d, %{public}d, %{public}d, %{public}d", in MedialibrarySubscriber() 286 MEDIA_INFO_LOG("update status current:%{public}d, new:%{public}d, %{public}d, %{public}d, %{public}d, %{public}d", in UpdateCurrentStatus() 389 int64_t current = MediaFileUtils::UTCTimeMilliSeconds(); in DeleteTemporaryPhotos() local 390 int64_t timeBefore24Hours = current - 24 * 60 * 60 * 1000; in DeleteTemporaryPhotos() 556 MEDIA_INFO_LOG("update timer status current:%{public}d, new:%{public}d, %{public}d, %{public}d, %{public}d, " in UpdateBackgroundTimer()
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_address_pool.cpp | 280 for (auto current: g_bindingRecoders) { in FindBindingByIp() 281 AddressBinding *binding = ¤t.second; in FindBindingByIp()
|
| /test/testfwk/arkxtest/jsunit/src/module/report/ |
| H A D | OhReport.js | 146 message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (++this.index); 167 message += '\n' + `${PrintTag.OHOS_REPORT_STATUS}: current=` + (this.index);
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
| H A D | jsunit_parser.py | 142 test_result.current = self.state_machine.running_test_index + 1 244 test_result.current = self.state_machine.running_test_index + 1
|
| /test/xts/acts/multimedia/media/media_js_standard/avplayeraudiondk/entry/src/main/cpp/ |
| H A D | AudioPlayerNDK.cpp | 191 int current = 0; in PlayerStateGetCurrentTime() local 198 OH_AVErrCode result4 = OH_AVPlayer_GetCurrentTime(player, ¤t); in PlayerStateGetCurrentTime()
|
| /test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
| H A D | broadcast_subscribe_func_test.c | 41 static BOOL Equal(const Consumer *current, const Consumer *other)
in Equal() argument 43 if (current->Notify == other->Notify) {
in Equal()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | span_string.cpp | 259 auto current = it++; in MergeIntervals() local 260 if (it != spans.end() && CanMerge(*current, *it)) { in MergeIntervals() 261 (*current)->UpdateStartIndex(std::min((*current)->GetStartIndex(), (*it)->GetStartIndex())); in MergeIntervals() 262 (*current)->UpdateEndIndex(std::max((*current)->GetEndIndex(), (*it)->GetEndIndex())); in MergeIntervals() 267 it = current; in MergeIntervals()
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
| H A D | user_auth_icon.js | 147 this.info('current auth trust level is supported.'); 151 this.error(`current auth trust level is not supported, error = ${t}.`);
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | render_svg_base.h | 151 void PaintMaskLayer(RenderContext& context, const Offset& svg, const Offset& current);
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | render_scroll.h | 76 virtual double GetFixPositionOnWatch(double destination, double current) in GetFixPositionOnWatch() argument
|
| H A D | render_multi_child_scroll.cpp | 358 LOGE("invalid current index: %{public}d, size is: %{public}d", currentIndex_, childrenSize); in OnPredictLayout() 412 // The last child become invisible, change the current index. in LayoutChild() 436 LOGE("invalid current index: %{public}d", currentIndex_); in LayoutChild() 764 LOGE("OnRotation, current indexer is expand"); in OnRotation() 896 double RenderMultiChildScroll::GetFixPositionOnWatch(double destination, double current) in GetFixPositionOnWatch() argument 907 double listPosition = GetMainOffset(currentOffset_) - destination + current; in GetFixPositionOnWatch() 908 if (GreatNotEqual(destination, current)) { in GetFixPositionOnWatch()
|
| /vendor/ohemu/qemu_arm_linux_headless/ |
| H A D | qemu_run.sh | 39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
|
| /vendor/ohemu/qemu_arm_linux_min/ |
| H A D | qemu_run.sh | 39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
|
| /vendor/ohemu/qemu_arm64_linux_min/ |
| H A D | qemu_run.sh | 39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
|
| /vendor/ohemu/qemu_loongarch64_linux_min/ |
| H A D | qemu_run.sh | 39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
|
| /vendor/ohemu/qemu_x86_64_linux_min/ |
| H A D | qemu_run.sh | 39 If no image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
| H A D | render_grid_layout.cpp | 242 // Calculate the position for current child. 254 // Calculate the size for current child. 290 // Calculate the position for current child. 302 // Calculate the size for current child. 416 std::string current; 419 current = strs[i]; 422 current = StringUtils::DoubleToString(layoutSize.Height()) + std::string(UNIT_PIXEL); 425 rowsArgs += ' ' + current; 438 std::string current; 441 current [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| H A D | cj_page_router_ng.cpp | 129 LOGE("CJFrontendNG::OnShow no current page"); in OnShowCurrent() 134 LOGE("CJFrontendNG::OnShow current page has no pattern"); in OnShowCurrent() 144 LOGE("CJFrontendNG::OnHide no current page"); in OnHideCurrent() 149 LOGE("CJFrontendNG::OnHide current page has no pattern"); in OnHideCurrent() 246 LOGW("current page stack can not clean, %{public}d", static_cast<int32_t>(pageRouterStack_.size())); in StartClean() 318 LOGW("current page stack is empty"); in GetCurrentPageUrl() 590 for (int32_t current = 0; current <= index; ++current) { in PopPageToIndex()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 3008 auto current = nodes.top(); in CollectSpanNodes() local 3010 if (!current.node) { in CollectSpanNodes() 3013 UpdateContainerChildren(current.containerSpanNode, current.node); in CollectSpanNodes() 3014 auto spanNode = DynamicCast<SpanNode>(current.node); in CollectSpanNodes() 3015 auto tag = current.node->GetTag(); in CollectSpanNodes() 3021 childNodes_.push_back(current.node); in CollectSpanNodes() 3024 childNodes_.push_back(current.node); in CollectSpanNodes() 3027 AddChildSpanItem(current.node); in CollectSpanNodes() 3029 auto imageNode = DynamicCast<FrameNode>(current in CollectSpanNodes() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
| H A D | select_content_overlay_manager.cpp | 880 auto current = selectOverlayNode_.Upgrade(); in IsTouchInNormalSelectOverlayArea() local 881 CHECK_NULL_RETURN(current, false); in IsTouchInNormalSelectOverlayArea() 882 auto selectOverlayNode = DynamicCast<SelectOverlayNode>(current); in IsTouchInNormalSelectOverlayArea() 887 const auto& children = current->GetChildren(); in IsTouchInNormalSelectOverlayArea()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | inspector.cpp | 63 auto current = elements.front(); in GetInspectorByKey() local 65 if (key == current->GetInspectorId().value_or("")) { in GetInspectorByKey() 66 return current; in GetInspectorByKey() 69 const auto& children = current->GetChildren(notDetach); in GetInspectorByKey()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_svg_painter.cpp | 443 Offset RosenSvgPainter::GetPathOffset(const std::string& path, double current) in GetPathOffset() argument 449 if (!pathMeasure.getPosTan(current, &position, nullptr)) { in GetPathOffset() 455 Offset RosenSvgPainter::GetPathOffset(const std::string& path, double current) in GetPathOffset() argument 461 if (!drawPath.GetPositionAndTangent(current, position, tangent, false)) { in GetPathOffset()
|