/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-blocking-enhancement.md | 242 ### isEnd subsection 244 isEnd(): boolean 431 if (target.isEnd()) { // 根据当前组件状态以及移动方向动态控制识别器使能状态 468 if (target.isEnd()) { // 在移动过程中实时根据当前组件状态,控制识别器的开闭状态 471 if (currentTarget.isEnd()) { 564 …ole.info('ets onGestureRecognizerJudgeBegin child PAN_GESTURE isEnd: ' + swiperTaget.isEnd() + ' i… 567 …((swiperTaget.isEnd() || this.innerSelectedIndex === 1) || // 此处判断swiperTaget.isEnd()或innerSelecte… 571 swiperTaget.isEnd() + ' index:' + this.innerSelectedIndex) 572 … if (panEvent && panEvent.offsetX < 0 && (swiperTaget.isEnd() || this.innerSelectedIndex === 1)) {
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | sehap_contexts_trie.cpp | 73 node->prefixInfo.isEnd = true; in Insert() 78 node->matchedInfo.isEnd = true; in Insert() 96 if ((root->prefixInfo.isEnd) && (i != words.size() - 1)) { in Search() 103 if ((root->matchedInfo.isEnd) && (i == words.size() - 1)) { in Search()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint_rpc.c | 193 int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) in ParseGetAllSysCapsReply() argument 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()
|
H A D | endpoint.c | 223 int32 *sysCapNum, BOOL *isEnd, uint32 *nextRequestIdx) in ParseGetAllSysCapsReply() argument 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()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | func_test.cpp | 1157 bool isEnd = false; variable 1167 while (!isEnd) { 1227 while (!isEnd) { 1288 while (!isEnd) { 1347 while (!isEnd) { 1400 while (!isEnd) { 1457 while (!isEnd) { 1569 while (!isEnd) { 1627 while (!isEnd) { 1729 while (!isEnd) { [all …]
|
H A D | reli_test.cpp | 586 bool isEnd = false; variable 605 while (!isEnd) { 633 bool isEnd = false; variable 652 while (!isEnd) { 699 while (!isEnd) { 746 while (!isEnd) { 793 while (!isEnd) { 840 while (!isEnd) { 1232 while (!isEnd) { 1274 while (!isEnd) { [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-ProgressButton.md | 62 @State isEnd: boolean = false 78 if(!this.isEnd) { 88 this.isEnd = true 101 this.isEnd = true 142 this.isEnd = true
|
H A D | ts-gesture-blocking-enhancement.md | 242 ### isEnd subsection 244 isEnd(): boolean 431 …if (target.isEnd()) { // Dynamically control the recognizer's enabled state based on the current c… 468 …if (target.isEnd()) { // Adjust the enabled state of the gesture recognizers based on the current … 471 if (currentTarget.isEnd()) { 564 …ole.info('ets onGestureRecognizerJudgeBegin child PAN_GESTURE isEnd: ' + swiperTaget.isEnd() + ' i… 567 …((swiperTaget.isEnd() || this.innerSelectedIndex === 1) || // Check whether swiperTarget.isEnd() o… 571 swiperTaget.isEnd() + ' index:' + this.innerSelectedIndex) 572 … if (panEvent && panEvent.offsetX < 0 && (swiperTaget.isEnd() || this.innerSelectedIndex === 1)) {
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-gesture-events-gesture-judge.md | 182 if (target.isEnd()) { // 根据当前组件状态以及移动方向动态控制识别器使能状态 214 if (target.isEnd()) { // 在移动过程中实时根据当前组件状态,控制识别器的开闭状态 217 if (currentTarget.isEnd()) { 321 if (target.isEnd()) { // 根据当前组件状态以及移动方向动态控制识别器使能状态 348 if (target.isEnd()) { // 在移动过程中实时根据当前组件状态,控制识别器的开闭状态 351 if (currentTarget.isEnd()) {
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.h | 75 …kPath& 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() argument 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()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 146 const std::string& name, const std::string& type, bool isEnd) in AddColumn() argument 148 if (!isEnd) { in AddColumn()
|
/ohos5.0/foundation/graphic/graphic_2d/utils/scoped_bytrace/export/ |
H A D | scoped_bytrace.h | 30 bool isEnd = false; variable
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
H A D | sehap_contexts_trie.h | 23 bool isEnd = false; member
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_segment_downloader.cpp | 722 …egmentDownloader::CleanByTimeInternal(int64_t& remainLastNumberSeq, size_t& clearTail, bool& isEnd) in CleanByTimeInternal() argument 736 isEnd = it->isEos_; in CleanByTimeInternal() 768 isEnd = false; in CleanByTimeInternal() 775 bool DashSegmentDownloader::CleanBufferByTime(int64_t& remainLastNumberSeq, bool& isEnd) in CleanBufferByTime() argument 781 CleanByTimeInternal(remainLastNumberSeq, clearTail, isEnd); in CleanBufferByTime() 784 isEnd = false; in CleanBufferByTime() 789 remainLastNumberSeq, isEnd, segmentList_.size()); in CleanBufferByTime()
|
H A D | dash_segment_downloader.h | 150 bool CleanBufferByTime(int64_t& remainLastNumberSeq, bool& isEnd); 181 void CleanByTimeInternal(int64_t& remainLastNumberSeq, size_t& clearTail, bool& isEnd);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-gesture-events-gesture-judge.md | 182 …if (target.isEnd()) { // Dynamically control the recognizer's enabled state based on the current c… 214 …if (target.isEnd()) { // Adjust the enabled state of the gesture recognizers based on the current … 217 if (currentTarget.isEnd()) { 321 …if (target.isEnd()) { // Dynamically control the recognizer's enabled state based on the current c… 348 …if (target.isEnd()) { // Adjust the enabled state of the gesture recognizers based on the current … 351 if (currentTarget.isEnd()) {
|
/ohos5.0/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)>;
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 274 …listener = std::make_unique<AudioSourceListener>([&] (uint8_t *buffer, uint32_t size, bool isEnd) { in StartAudioSource() argument 275 if ((adapter_ != nullptr) && (!isEnd)) { in StartAudioSource()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table_old.h | 235 static void AddColumn(const std::string& name, const std::string& type, bool isEnd = false);
|
/ohos5.0/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 | 283 void SelectOverlayClient::OnParentScrollStartOrEnd(bool isEnd, bool noAnimation) in OnParentScrollStartOrEnd() argument 290 if (!isEnd) { in OnParentScrollStartOrEnd()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_reference_parser.cpp | 135 bool isEnd = false; in ParserFirstDts() local 137 while (!isEnd) { in ParserFirstDts() 158 isEnd = true; in ParserFirstDts()
|