Home
last modified time | relevance | path

Searched refs:isEnd (Results 1 - 25 of 35) sorted by relevance

12

/foundation/graphic/graphic_2d/utils/scoped_bytrace/src/
H A Dscoped_bytrace.cpp25 isEnd = false; in ScopedBytrace()
30 if (isEnd == false) { in ~ScopedBytrace()
37 if (isEnd == false) { in End()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dfunc_test.cpp1157 bool isEnd = false; in HWTEST_F() local
1167 while (!isEnd) { in HWTEST_F()
1176 isEnd = true; in HWTEST_F()
1181 isEnd = true; in HWTEST_F()
1201 bool isEnd = false; in HWTEST_F() local
1227 while (!isEnd) { in HWTEST_F()
1236 isEnd = true; in HWTEST_F()
1241 isEnd = true; in HWTEST_F()
1262 bool isEnd = false; in HWTEST_F() local
1288 while (!isEnd) { in HWTEST_F()
1322 bool isEnd = false; HWTEST_F() local
1377 bool isEnd = false; HWTEST_F() local
1433 bool isEnd = false; HWTEST_F() local
[all...]
H A Dreli_test.cpp586 bool isEnd = false; in HWTEST_F() local
605 while (!isEnd) { in HWTEST_F()
610 isEnd = true; in HWTEST_F()
633 bool isEnd = false; in HWTEST_F() local
652 while (!isEnd) { in HWTEST_F()
657 isEnd = true; in HWTEST_F()
680 bool isEnd = false; in HWTEST_F() local
699 while (!isEnd) { in HWTEST_F()
704 isEnd = true; in HWTEST_F()
727 bool isEnd in HWTEST_F() local
774 bool isEnd = false; HWTEST_F() local
821 bool isEnd = false; HWTEST_F() local
1218 bool isEnd = false; HWTEST_F() local
1260 bool isEnd = false; HWTEST_F() local
1738 bool isEnd = false; HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c193 int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) in ParseGetAllSysCapsReply()
198 *isEnd = TRUE; in ParseGetAllSysCapsReply()
202 *isEnd = TRUE; in ParseGetAllSysCapsReply()
206 (void)ReadBool(reply, (bool *)isEnd); in ParseGetAllSysCapsReply()
242 BOOL isEnd = TRUE; in SAMGR_GetSystemCapabilities() local
247 ret = ParseGetAllSysCapsReply(&reply, sysCaps, sysCapNum, &isEnd, &startIdx); in SAMGR_GetSystemCapabilities()
252 } while (isEnd == FALSE && ret == EC_SUCCESS); in SAMGR_GetSystemCapabilities()
192 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) ParseGetAllSysCapsReply() argument
H A Dendpoint.c223 int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) in ParseGetAllSysCapsReply()
227 *isEnd = TRUE; in ParseGetAllSysCapsReply()
230 *isEnd = IpcIoPopBool(reply); in ParseGetAllSysCapsReply()
265 BOOL isEnd = TRUE; in SAMGR_GetSystemCapabilities() local
270 ret = ParseGetAllSysCapsReply(&reply, sysCaps, sysCapNum, &isEnd, &startIdx); in SAMGR_GetSystemCapabilities()
275 } while (isEnd == FALSE && ret == EC_SUCCESS); in SAMGR_GetSystemCapabilities()
222 ParseGetAllSysCapsReply(IpcIo *reply, char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN], int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) ParseGetAllSysCapsReply() argument
/foundation/graphic/graphic_2d/utils/scoped_bytrace/export/
H A Dscoped_bytrace.h30 bool isEnd = false; member in ScopedBytrace
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Daudio_source.h28 using OnReadBufferCb = std::function<void(uint8_t *buffer, uint32_t size, bool isEnd)>;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.cpp267 bool isEnd = false; in ReadThread() local
272 if (hasAwakeWord && !isEnd) { in ReadThread()
275 if (!hasAwakeWord && !isEnd) { in ReadThread()
276 isEnd = true; in ReadThread()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.h75 SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd);
106 uint32_t index, bool isEnd);
H A Drosen_render_chart.cpp457 bool isEnd = previousSegment != pointInfo[index].GetSegmentInfo(); in PaintLinearGraph() local
458 AddCubicPath(gradientPath, paintRect, line.GetData(), index, isEnd); in PaintLinearGraph()
459 AddCubicPath(edgePath, paintRect, line.GetData(), index, isEnd); in PaintLinearGraph()
781 SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd) in AddCubicPath()
784 RSPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd) in AddCubicPath()
795 (isEnd || index + 1 >= line.size()) ? line[index].GetPointInfo() : line[index + 1].GetPointInfo()); in AddCubicPath()
780 AddCubicPath( SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd) AddCubicPath() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp273 [&](uint8_t *buffer, uint32_t size, bool isEnd) { in StartAudioSource()
274 ReadBufferCallback(buffer, size, isEnd); in StartAudioSource()
675 void WakeupEngineImpl::ReadBufferCallback(uint8_t *buffer, uint32_t size, bool isEnd) in ReadBufferCallback() argument
685 if ((adapter_ != nullptr) && !isEnd) { in ReadBufferCallback()
H A Dwakeup_engine_impl.h88 void ReadBufferCallback(uint8_t *buffer, uint32_t size, bool isEnd);
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp719 void DashSegmentDownloader::CleanByTimeInternal(int64_t& remainLastNumberSeq, size_t& clearTail, bool& isEnd)
733 isEnd = it->isEos_;
765 isEnd = false;
772 bool DashSegmentDownloader::CleanBufferByTime(int64_t& remainLastNumberSeq, bool& isEnd)
778 CleanByTimeInternal(remainLastNumberSeq, clearTail, isEnd);
781 isEnd = false;
785 PUBLIC_LOG_D64 ", isEnd:" PUBLIC_LOG_D32 ", size:" PUBLIC_LOG_ZU, streamId_,
786 remainLastNumberSeq, isEnd, segmentList_.size());
H A Ddash_segment_downloader.h150 bool CleanBufferByTime(int64_t& remainLastNumberSeq, bool& isEnd);
178 void CleanByTimeInternal(int64_t& remainLastNumberSeq, size_t& clearTail, bool& isEnd);
H A Ddash_media_downloader.cpp756 bool isEnd = false; in SelectAudioInternal() local
759 downloader->CleanBufferByTime(remainLastNumberSeq, isEnd); in SelectAudioInternal()
763 trackParam_.isEnd_ = isEnd; in SelectAudioInternal()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.h120 virtual void OnParentScrollStartOrEnd(bool isEnd, bool noAnimation = false);
H A Dselect_overlay_client.cpp277 void SelectOverlayClient::OnParentScrollStartOrEnd(bool isEnd, bool noAnimation) in OnParentScrollStartOrEnd() argument
284 if (!isEnd) { in OnParentScrollStartOrEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.h106 void TriggerContentToScroll(const OffsetF& localOffset, bool isEnd);
H A Dtext_field_select_overlay.cpp616 void TextFieldSelectOverlay::TriggerContentToScroll(const OffsetF& localOffset, bool isEnd) in TriggerContentToScroll() argument
621 if (isEnd) { in TriggerContentToScroll()
H A Dtext_field_model_ng.h228 static int32_t GetTextSelectionIndex(FrameNode* frameNode, bool isEnd);
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp286 auto listener = std::make_unique<AudioSourceListener>([&] (uint8_t *buffer, uint32_t size, bool isEnd) { in StartAudioSource()
287 if ((adapter_ != nullptr) && (!isEnd)) { in StartAudioSource()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp117 bool isEnd = false; in ParserFirstDts() local
119 while (!isEnd) { in ParserFirstDts()
140 isEnd = true; in ParserFirstDts()
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_event_test_ng.cpp159 bool isEnd = false; in HWTEST_F() local
162 ScrollEndEvent endEvent = [&isEnd]() { isEnd = true; }; in HWTEST_F()
193 EXPECT_TRUE(isEnd); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp202 bool isEnd = argv[1]->ToBoolean(runtime); in CreateStepsCurve() local
203 if (isEnd) { in CreateStepsCurve()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h500 void UpdateVelocityTrackerPoint(const Point& point, bool isEnd = false);

Completed in 23 milliseconds

12