Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp74 auto views = Split(type, MDNS_DOMAIN_SPLITER); in IsTypeValid() local
75 return views.size() == MDNS_TYPE_SEGMENT && views[0].size() <= MDNS_MAX_DOMAIN_LABEL && in IsTypeValid()
76 …StartsWith(views[0], MDNS_TYPE_PREFIX) && (views[1] == MDNS_TYPE_UDP || views[1] == MDNS_TYPE_TCP); in IsTypeValid()
86 auto views = Split(instance, MDNS_DOMAIN_SPLITER); in IsInstanceValid() local
87 …return views.size() == MDNS_INSTANCE_SEGMENT && views[MDNS_NAME_IDX].size() <= MDNS_MAX_DOMAIN_LAB… in IsInstanceValid()
89 StartsWith(views[MDNS_TYPE1_IDX], MDNS_TYPE_PREFIX) && in IsInstanceValid()
90 (views[MDNS_TYPE2_IDX] == MDNS_TYPE_UDP || views[MDNS_TYPE2_IDX] == MDNS_TYPE_TCP); in IsInstanceValid()
100 auto views = Split(instance, MDNS_DOMAIN_SPLITER); in ExtractNameAndType() local
101 if (views.size() == MDNS_INSTANCE_SEGMENT || views.size() == MDNS_INSTANCE_SEGMENT + 1) { in ExtractNameAndType()
102 name = std::string(views[MDNS_NAME_IDX].begin(), views[MDNS_NAME_IDX].end()); in ExtractNameAndType()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/pages/
H A DIndex.ets20 import { CountdownPage } from '../views/CountdownPage';
21 import { FlashingLightPage } from '../views/FlashingLightPage';
22 import { FocusPage } from '../views/FocusPage';
23 import { SlidePage } from '../views/SlidePage';
24 import { DividerPage } from '../views/DividerPage';
25 import { FocusAreaPage } from '../views/FocusAreaPage';
26 import { ModeSwitchPage } from '../views/ModeSwitchPage';
29 import { ColorEffectComponent } from '../views/ColorEffectComponent';
30 import { MoonCaptureBoostComponent } from '../views/MoonCaptureBoostComponent';
31 import { DeferredPhotoComponent } from '../views/DeferredPhotoComponent';
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp174 uint32_t views = 0U; in GraphicsPipelineStateObjectGLES() local
176 views = Math::max(HighestBit(subpass.viewMask), views); in GraphicsPipelineStateObjectGLES()
178 plat_.views = views; in GraphicsPipelineStateObjectGLES()
180 specialized_ = source.Specialize(specializationConstants, views); in GraphicsPipelineStateObjectGLES()
201 …return oesPrograms_.insert({ key, specialized_->OesPatch(oesBinds, plat_.views) }).first->second.g… in GetOESProgram()
H A Dnode_context_pool_manager_gles.cpp303 if (views) { in BindToFbo()
317 uint32_t& height, uint32_t views, bool isStarted, bool multisampledRenderToTexture) in BindToFboMultisampled() argument
356 if (views && multisampledRenderToTexture && isTrans && in BindToFboMultisampled()
362 … GL_FRAMEBUFFER, attachType, plat.image, image.mipLevel, samples, image.layer, views); in BindToFboMultisampled()
365 if (views) { in BindToFboMultisampled()
426 const auto views = HighestBit(sb.viewMask); in GenerateSubPassFBO() local
433 … BindToFbo(drawBuffers[idx], images[ci], framebuffer.width, framebuffer.height, views, in GenerateSubPassFBO()
437 framebuffer.height, views, (colorAttachmentCount) || (resolveAttachmentCount), in GenerateSubPassFBO()
514 const auto views = HighestBit(sb.viewMask); in GenerateResolveFBO() local
522 BindToFbo(drawBuffers[idx], images[ci], framebuffer.width, framebuffer.height, views, in GenerateResolveFBO()
[all …]
H A Dgpu_program_gles.h64 const ShaderSpecializationConstantDataView& specialization, uint32_t views) const;
67 const BASE_NS::array_view<const OES_Bind>& binds, uint32_t views) const;
71 const BASE_NS::array_view<const OES_Bind>& oesBinds, uint32_t views) const;
H A Dgpu_program_gles.cpp517 void PatchMultiview(uint32_t views, string& vertSource) in PatchMultiview() argument
519 if (views) { in PatchMultiview()
523 vertSource.replace(value, value + 1, to_string(views)); in PatchMultiview()
608 const ShaderSpecializationConstantDataView& specData, uint32_t views) const in Specialize()
610 return Specialize(specData, {}, views); in Specialize()
614 const array_view<const OES_Bind>& binds, uint32_t views) const in OesPatch()
619 return Specialize(specData, binds, views); in OesPatch()
623 const array_view<const OES_Bind>& oesBinds, uint32_t views) const in Specialize()
644 PatchMultiview(views, vertSource); in Specialize()
H A Dpipeline_state_object_gles.h44 uint32_t views; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/pages/
H A DtableIndex.ets20 import { dividerPage } from '../views/dividerPage'
22 import { CountdownPage } from '../views/CountdownPage'
23 import { FlashingLightPage } from '../views/FlashingLightPage'
24 import { SlidePage } from '../views/SlidePage'
25 import { modeSwitchPage } from '../views/modeSwitchPage'
26 import { focusPage } from '../views/focusPage'
27 import { FocusAreaPage } from '../views/focusAreaPage'
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-rotation-transition-animation.md10 …itching is crafted to synchronize the rotation of windows and application views with the screen's …
40 …es a seamless transition of size and position for windows and application views that rotate in syn…
46 … within these events. If the root nodes of the disappearing and appearing views have not been set …
130 …ize and position for the window and smoothly switches between application views, providing a fade-…
H A Darkts-layout-development-overview.md60 | [Tabs](arkts-navigation-tabs.md)| The **Tabs** component can quickly switch between views on a pa…
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-title-bar.md30 - [Not recommended] If there are multiple views but all other views except the default view are sel…
H A Dapp-page-structure-design.md40 Grid views can be supplemented with texts and operations. For example, in the application market, a…
42 …ut for a grid content page. When switching between landscape and portrait views, a grid content pa…
/ohos5.0/docs/en/application-dev/performance/
H A Dapplication-performance-analysis.md11 …pt Profiler**. The former provides two views: **ArkTS Callstack** and **Details**. The latter prov…
67 As aforementioned, JavaScript Profiler comes in three views: **Chart**, **Heavy**, and **Tree**.
109 Below are **Heavy** views from Chrome and Visual Studio Code, both illustrating the parsing result …
210 …ction for analysis. For details, see [DevEco Studio Profiler Views](#deveco-studio-profiler-views).
246 … selection. For details, see [Chrome JavaScript Profiler Views](#chrome-javascript-profiler-views).
332 …r analysis. For details, see [Chrome JavaScript Profiler Views](#chrome-javascript-profiler-views).
368 …r analysis. For details, see [Chrome JavaScript Profiler Views](#chrome-javascript-profiler-views).
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dcase.md18 短信应用UI相关的逻辑集中在views和pages两个目录,分别存放公共组件及页面。当前短信应用主要包含如下页面:
53 │ ├── views # 自定义组件
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-mvvm.md12views, and logic. In this mode, the UI can be automatically updated with the state change without …
16 …etween Model and View, ViewModel monitors data changes in Model, notifies views to update the UI, …
549 * views ------ Stores business components.
568 * The ViewModel layer is the data layer that serves views. Generally, it has two features:
H A Darkts-mvvm-V2.md5views, and logic. In this mode, the UI can be automatically updated with the state change without …
9 …etween Model and View, ViewModel monitors data changes in Model, notifies views to update the UI, …
14 …plays an important role in managing data state and automatically updating views when data changes.…
942 …layer to implement automatic UI re-render. This layer decouples data from views, improving code re…
1229 … MVVM architecture through code reconstruction. Finally, data, logic, and views are layered to pro…
H A Darkts-state-management-overview.md156 … When the same data is proxied by multiple views, the change in one view cannot be synchronized to…
H A Darkts-reusable.md255 …ning a large amount of data, frequently creating and destroying list item views may cause stutteri…
257 … on user operations or data changes, frequent creation and destruction of views may cause frequent…
259 … destroyed, the component reuse mechanism can be applied to reuse created views and update only th…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-transition-animation-geometrytransition.md3 **geometryTransition** is used to create a smooth, seamless transition between views. By specifying…
H A Dts-transition-animation-geometrytransition-sys.md3 **geometryTransition** is used to create a smooth, seamless transition between views. By specifying…
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-debugger-cpuprofiler-heapsnapshot.md188 …o save it to the **.cpuprofile** file, which can be parsed into profiling views with the Chrome De…
193 …a to the **.heapsnapshot** file, which can be parsed into memory analysis views with the Chrome De…
/ohos5.0/docs/en/readme/
H A DDistributedDataManager.md80 … RDB store supports all SQLite features, including transactions, indexes, views, triggers, foreign…
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-mvvm.md549 * views ------ 存放业务组件
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-layout-guide.md3 … components in the layout, and call certain functions to implement layout views based on parent an…
/ohos5.0/docs/en/application-dev/file-management/
H A Dapp-sandbox-directory.md29 **Figure 2** Different directory views to processes and applications

12