Home
last modified time | relevance | path

Searched refs:current (Results 276 - 300 of 371) sorted by relevance

1...<<1112131415

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h323 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 Daccessibility_element_info.h76 * @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 Diterator.h379 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 Dmedialibrary_subscriber.cpp141 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 Ddhcp_address_pool.cpp280 for (auto current: g_bindingRecoders) { in FindBindingByIp()
281 AddressBinding *binding = &current.second; in FindBindingByIp()
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DOhReport.js146 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 Djsunit_parser.py142 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 DAudioPlayerNDK.cpp191 int current = 0; in PlayerStateGetCurrentTime() local
198 OH_AVErrCode result4 = OH_AVPlayer_GetCurrentTime(player, &current); in PlayerStateGetCurrentTime()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dbroadcast_subscribe_func_test.c41 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 Dspan_string.cpp259 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 Duser_auth_icon.js147 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 Drender_svg_base.h151 void PaintMaskLayer(RenderContext& context, const Offset& svg, const Offset& current);
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h76 virtual double GetFixPositionOnWatch(double destination, double current) in GetFixPositionOnWatch() argument
H A Drender_multi_child_scroll.cpp358 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 Dqemu_run.sh39 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 Dqemu_run.sh39 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 Dqemu_run.sh39 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 Dqemu_run.sh39 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 Dqemu_run.sh39 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 Drender_grid_layout.cpp242 // 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 Dcj_page_router_ng.cpp129 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 Dtext_pattern.cpp3008 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 Dselect_content_overlay_manager.cpp880 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 Dinspector.cpp63 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 Drosen_svg_painter.cpp443 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()

Completed in 30 milliseconds

1...<<1112131415