/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/ |
H A D | mdns_common.cpp | 74 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 D | Index.ets | 20 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 D | pipeline_state_object_gles.cpp | 174 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 D | node_context_pool_manager_gles.cpp | 303 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 D | gpu_program_gles.h | 64 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 D | gpu_program_gles.cpp | 517 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 D | pipeline_state_object_gles.h | 44 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 D | tableIndex.ets | 20 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 D | arkts-rotation-transition-animation.md | 10 …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 D | arkts-layout-development-overview.md | 60 | [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 D | multimodal-title-bar.md | 30 - [Not recommended] If there are multiple views but all other views except the default view are sel…
|
H A D | app-page-structure-design.md | 40 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 D | application-performance-analysis.md | 11 …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 D | case.md | 18 短信应用UI相关的逻辑集中在views和pages两个目录,分别存放公共组件及页面。当前短信应用主要包含如下页面: 53 │ ├── views # 自定义组件
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-mvvm.md | 12 …views, 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 D | arkts-mvvm-V2.md | 5 …views, 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 D | arkts-state-management-overview.md | 156 … When the same data is proxied by multiple views, the change in one view cannot be synchronized to…
|
H A D | arkts-reusable.md | 255 …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 D | ts-transition-animation-geometrytransition.md | 3 **geometryTransition** is used to create a smooth, seamless transition between views. By specifying…
|
H A D | ts-transition-animation-geometrytransition-sys.md | 3 **geometryTransition** is used to create a smooth, seamless transition between views. By specifying…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-debugger-cpuprofiler-heapsnapshot.md | 188 …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 D | DistributedDataManager.md | 80 … RDB store supports all SQLite features, including transactions, indexes, views, triggers, foreign…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-mvvm.md | 549 * views ------ 存放业务组件
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-layout-guide.md | 3 … 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 D | app-sandbox-directory.md | 29 **Figure 2** Different directory views to processes and applications
|