Home
last modified time | relevance | path

Searched refs:GetNext (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_event_transmission.cpp25 auto next = GetNext(); in OnKeyEvent()
36 auto next = GetNext(); in OnPointerEvent()
47 auto next = GetNext(); in OnMoveMouse()
60 sptr<EventTransmission> EventTransmission::GetNext() in GetNext() function in OHOS::Accessibility::EventTransmission
71 auto next = GetNext(); in DestroyEvents()
H A Daccessibility_touchEvent_injector.cpp91 if (GetNext() != nullptr) { in SendPointerEvent()
110 if (GetNext() != nullptr && isGestureUnderway_) { in CancelGesture()
168 if (isDestroyEvent_ || !GetNext()) { in InjectEvents()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp31 if (node.GetNext().IsNull()) { in GetValueInSameLevel()
34 JsonObject nodeNew = node.GetNext(); in GetValueInSameLevel()
48 if (node.GetNext().IsNull()) { in GetValueInSameLevel()
52 JsonObject nodeNew = node.GetNext(); in GetValueInSameLevel()
69 if (!node.GetNext().IsNull()) { in CheckLeafNode()
120 if (!item.GetNext().IsNull()) { in CheckNode()
163 if (!item.GetNext().IsNull()) { in CheckProjectionNode()
238 node = node.GetNext(); in ParseNode()
306 child = child.GetNext(); in JsonObjectIterator()
320 child = child.GetNext(); in JsonObjectIterator()
[all …]
H A Dcollection_option.cpp40 child = child.GetNext(); in CFG_IsValid()
48 child = child.GetNext(); in CFG_IsValid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.cpp58 auto next = springAdapter_->GetNext(node); in OnNodeDelete()
62 next = springAdapter_->GetNext(next); in OnNodeDelete()
104 currentNode = springAdapter_->GetNext(currentNode); in Cancel()
H A Dsimple_spring_node.cpp65 auto currentNode = adapter_->GetNext(AceType::WeakClaim(this).Upgrade()); in NotifyNext()
68 currentNode = adapter_->GetNext(currentNode); in NotifyNext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp162 child = child->GetNext(); in GetAttrOptionsSeriesPoint()
182 child = child->GetNext(); in GetChartAttrOptionsSeriesLineStyle()
226 child = child->GetNext(); in GetChartAttrOptionsSeries()
275 child = child->GetNext(); in GetAttrOptionsAxis()
308 child = child->GetNext(); in GetAttrOptions()
405 data = data->GetNext(); in GetAttrDataset()
445 data = data->GetNext(); in ParseSegmentObject()
506 data = data->GetNext(); in GetBadgeConfig()
679 attr = attr->GetNext(); in ParseAttributes()
1173 data = data->GetNext(); in UpdatePageData()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_list.cpp24 next = const_cast<AppStyle *>(firstStyle_->GetNext()); in Reset()
63 current = existCurrentStyle->GetNext(); in GetExistStyle()
H A Dapp_style.cpp45 next = firstStyleItem_->GetNext(); in Reset()
94 styleItem = styleItem->GetNext(); in GetStyleItemByNameId()
335 styleItem = styleItem->GetNext(); in CombineStyles()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlog_query_result_impl.cpp47 std::unique_ptr<FaultLogInfo> FaultLogQueryResultImpl::GetNext() in GetNext() function in OHOS::HiviewDFX::FaultLogQueryResultImpl
53 auto info = impl_->GetNext(); in GetNext()
H A Dfaultlog_query_result.cpp34 return impl_->GetNext(); in Next()
H A Dfaultlog_query_result_impl.h32 std::unique_ptr<FaultLogInfo> GetNext();
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlog_query_result_ohos.cpp27 sptr<FaultLogInfoOhos> FaultLogQueryResultOhos::GetNext() in GetNext() function in OHOS::HiviewDFX::FaultLogQueryResultOhos
34 auto info = result_->GetNext(); in GetNext()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dlink_queue_test.cpp133 node = queue.GetNext();
137 node = queue.GetNext();
H A Dstylemgr_media_query_tdd_test.cpp401 style = style->GetNext(); in GetAppStyleCount()
426 styleItem = styleItem->GetNext(); in GetAppStyleItemCount()
446 style = style->GetNext(); in GetStyleFromSelector()
489 styleItem = styleItem->GetNext(); in GetStyleItemFromStyle()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_pkg_context_info.cpp70 item1 = item1->GetNext(); in AliasMap()
73 item = item->GetNext(); in AliasMap()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp161 errCode = rawCursor_->GetNext(next, false); in LoadData()
169 errCode = rawCursor_->GetNext(next, true); in LoadData()
H A Dikvdb_raw_cursor.h43 virtual int GetNext(Entry &entry, bool isCopy) const = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp58 child = child->GetNext(); in RouterEvent()
138 child = child->GetNext(); in BackgroundEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
H A Difaultlog_query_result.h30 virtual sptr<FaultLogInfoOhos> GetNext() = 0;
H A Dfaultlog_query_result_proxy.h33 virtual sptr<FaultLogInfoOhos> GetNext() override;
H A Dfaultlog_query_result_ohos.h32 sptr<FaultLogInfoOhos> GetNext() override;
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_query_result_inner.cpp26 std::unique_ptr<FaultLogInfo> FaultLogQueryResultInner::GetNext() in GetNext() function in OHOS::HiviewDFX::FaultLogQueryResultInner
H A Dfaultlog_query_result_inner.h36 std::unique_ptr<FaultLogInfo> GetNext();
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_event_transmission.h32 MOCK_METHOD0(GetNext, sptr<EventTransmission>());

1234