/foundation/graphic/graphic_2d/utils/scoped_bytrace/src/ |
H A D | scoped_bytrace.cpp | 25 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 D | func_test.cpp | 1157 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 D | reli_test.cpp | 586 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 D | endpoint_rpc.c | 193 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 D | endpoint.c | 223 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 D | scoped_bytrace.h | 30 bool isEnd = false; member in ScopedBytrace
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | audio_source.h | 28 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 D | headset_wakeup_engine_impl.cpp | 267 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 D | rosen_render_chart.h | 75 SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd); 106 uint32_t index, bool isEnd);
|
H A D | rosen_render_chart.cpp | 457 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 D | wakeup_engine_impl.cpp | 273 [&](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 D | wakeup_engine_impl.h | 88 void ReadBufferCallback(uint8_t *buffer, uint32_t size, bool isEnd);
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_segment_downloader.cpp | 719 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 D | dash_segment_downloader.h | 150 bool CleanBufferByTime(int64_t& remainLastNumberSeq, bool& isEnd); 178 void CleanByTimeInternal(int64_t& remainLastNumberSeq, size_t& clearTail, bool& isEnd);
|
H A D | dash_media_downloader.cpp | 756 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 D | select_overlay_client.h | 120 virtual void OnParentScrollStartOrEnd(bool isEnd, bool noAnimation = false);
|
H A D | select_overlay_client.cpp | 277 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 D | text_field_select_overlay.h | 106 void TriggerContentToScroll(const OffsetF& localOffset, bool isEnd);
|
H A D | text_field_select_overlay.cpp | 616 void TextFieldSelectOverlay::TriggerContentToScroll(const OffsetF& localOffset, bool isEnd) in TriggerContentToScroll() argument 621 if (isEnd) { in TriggerContentToScroll()
|
H A D | text_field_model_ng.h | 228 static int32_t GetTextSelectionIndex(FrameNode* frameNode, bool isEnd);
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 286 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 D | ffmpeg_reference_parser.cpp | 117 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 D | scroll_event_test_ng.cpp | 159 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 D | jsi_curves_module.cpp | 202 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 D | drag_drop_manager.h | 500 void UpdateVelocityTrackerPoint(const Point& point, bool isEnd = false);
|