/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_event_transmission.cpp | 25 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 D | accessibility_touchEvent_injector.cpp | 91 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 D | json_common.cpp | 31 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 D | collection_option.cpp | 40 child = child.GetNext(); in CFG_IsValid() 48 child = child.GetNext(); in CFG_IsValid()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_chain.cpp | 58 auto next = springAdapter_->GetNext(node); in OnNodeDelete() 62 next = springAdapter_->GetNext(next); in OnNodeDelete() 104 currentNode = springAdapter_->GetNext(currentNode); in Cancel()
|
H A D | simple_spring_node.cpp | 65 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 D | js_card_parser.cpp | 162 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 D | app_style_list.cpp | 24 next = const_cast<AppStyle *>(firstStyle_->GetNext()); in Reset() 63 current = existCurrentStyle->GetNext(); in GetExistStyle()
|
H A D | app_style.cpp | 45 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 D | faultlog_query_result_impl.cpp | 47 std::unique_ptr<FaultLogInfo> FaultLogQueryResultImpl::GetNext() in GetNext() function in OHOS::HiviewDFX::FaultLogQueryResultImpl 53 auto info = impl_->GetNext(); in GetNext()
|
H A D | faultlog_query_result.cpp | 34 return impl_->GetNext(); in Next()
|
H A D | faultlog_query_result_impl.h | 32 std::unique_ptr<FaultLogInfo> GetNext();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
H A D | faultlog_query_result_ohos.cpp | 27 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 D | link_queue_test.cpp | 133 node = queue.GetNext(); 137 node = queue.GetNext();
|
H A D | stylemgr_media_query_tdd_test.cpp | 401 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 D | stage_pkg_context_info.cpp | 70 item1 = item1->GetNext(); in AliasMap() 73 item = item->GetNext(); in AliasMap()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.cpp | 161 errCode = rawCursor_->GetNext(next, false); in LoadData() 169 errCode = rawCursor_->GetNext(next, true); in LoadData()
|
H A D | ikvdb_raw_cursor.h | 43 virtual int GetNext(Entry &entry, bool isCopy) const = 0;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_utils_impl.cpp | 58 child = child->GetNext(); in RouterEvent() 138 child = child->GetNext(); in BackgroundEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/ |
H A D | ifaultlog_query_result.h | 30 virtual sptr<FaultLogInfoOhos> GetNext() = 0;
|
H A D | faultlog_query_result_proxy.h | 33 virtual sptr<FaultLogInfoOhos> GetNext() override;
|
H A D | faultlog_query_result_ohos.h | 32 sptr<FaultLogInfoOhos> GetNext() override;
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlog_query_result_inner.cpp | 26 std::unique_ptr<FaultLogInfo> FaultLogQueryResultInner::GetNext() in GetNext() function in OHOS::HiviewDFX::FaultLogQueryResultInner
|
H A D | faultlog_query_result_inner.h | 36 std::unique_ptr<FaultLogInfo> GetNext();
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessibility_event_transmission.h | 32 MOCK_METHOD0(GetNext, sptr<EventTransmission>());
|