Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 1387) sorted by relevance

12345678910>>...56

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp294container->belowAppWindowNode_->children_.insert(container->belowAppWindowNode_->children_.end(), …
295 container->appWindowNode_->children_.insert(container->appWindowNode_->children_.end(), node2);
296container->aboveAppWindowNode_->children_.insert(container->aboveAppWindowNode_->children_.end(), …
668 container->MinimizeOldestAppWindow();
676 container->MinimizeOldestAppWindow();
698 container->MinimizeOldestAppWindow();
767 container->isScreenLocked_ = false;
789 container->isScreenLocked_ = true;
1012 container->focusedWindow_ = 111u;
1101 container->ResetAllMainFloatingWindowZOrder(container->appWindowNode_);
[all …]
H A Daccessibility_connection_test.cpp99 sptr<WindowNodeContainer> container = new WindowNodeContainer(displayInfo, displayGroupId); variable
100 accessibilityConnection_->UpdateFocusChangeEvent(container);
113 sptr<WindowNodeContainer> container = new WindowNodeContainer(displayInfo, displayGroupId); variable
115 container->SetFocusWindow(newFocusWindow);
117 accessibilityConnection_->focusedWindowMap_.insert(std::make_pair(container, oldFocusWindow));
118 accessibilityConnection_->UpdateFocusChangeEvent(container);
120 ASSERT_EQ(1, accessibilityConnection_->focusedWindowMap_[container]);
132 sptr<WindowNodeContainer> container = new WindowNodeContainer(displayInfo, displayGroupId); variable
134 container->SetFocusWindow(newFocusWindow);
137 accessibilityConnection_->UpdateFocusChangeEvent(container);
[all …]
H A Dwindow_root_test.cpp130 ASSERT_EQ(container, nullptr);
134 ASSERT_EQ(container, nullptr);
139 ASSERT_EQ(container, nullptr);
143 ASSERT_EQ(container, nullptr);
160 ASSERT_NE(container, nullptr);
550 ASSERT_NE(container, nullptr);
647 sptr<WindowNodeContainer> container; variable
666 sptr<WindowNodeContainer> container; variable
1152 sptr<WindowNodeContainer> container; variable
1395 container->SetFocusWindow(1);
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp101 CHECK_NULL_RETURN(container, false); in RunPa()
154 CHECK_NULL_RETURN(container, -1); in OnAcquireFormState()
227 CHECK_NULL_VOID(container); in DestroyContainer()
237 CHECK_NULL_VOID(container); in AddAssetPath()
239 if (container->assetManager_) { in AddAssetPath()
266 CHECK_NULL_VOID(container); in AddLibPath()
268 if (container->assetManager_) { in AddLibPath()
284 CHECK_NULL_RETURN(container, ret); in Insert()
298 CHECK_NULL_RETURN(container, ret); in Query()
445 CHECK_NULL_VOID(container); in OnDisConnect()
[all …]
H A Dui_content_impl.cpp1258 auto container = in CommonInitializeForm() local
1311 container->Initialize(); in CommonInitializeForm()
1810 auto container = in CommonInitialize() local
1856 container->Initialize(); in CommonInitialize()
2349 if (container->IsUIExtensionWindow() && !container->WindowIsShow()) { in ProcessBackPressed()
2391container->GetViewWidth(), container->GetViewHeight(), container->GetViewPosX(), container->GetVie… in ProcessPointerEvent()
2410container->GetViewWidth(), container->GetViewHeight(), container->GetViewPosX(), container->GetVie… in ProcessPointerEventWithCallback()
2837 [container]() { in NotifyRotationAnimationEnd()
3202 [container]() { in GetResourcePaths()
3270 taskExecutor->PostTask([container]() { container->UpdateResource(); }, in UpdateResource()
[all …]
H A Dace_container.cpp576 CHECK_NULL_VOID(container); in OnShow()
584 auto jsTask = [container, front = container->GetFrontend()]() { in OnShow()
621 CHECK_NULL_VOID(container); in OnHide()
631 auto jsTask = [container, front = container->GetFrontend(), cardFrontendMap]() { in OnHide()
674 CHECK_NULL_VOID(container); in OnActive()
695 [container]() { in OnActive()
711 CHECK_NULL_VOID(container); in OnInactive()
732 [container]() { in OnInactive()
751 CHECK_NULL_VOID(container); in OnNewWant()
845 if (container) { in InitializeCallback()
[all …]
H A Dace_ability.cpp379 CHECK_NULL_VOID(container); in OnStart()
380 container->SetToken(token_); in OnStart()
592 CHECK_NULL_VOID(container); in OnConfigurationUpdated()
687 CHECK_NULL_VOID(container); in OnSizeChange()
719 CHECK_NULL_VOID(container); in OnModeChange()
758 CHECK_NULL_VOID(container); in Dump()
763 [container, params, &info] { container->Dump(params, info); }, in Dump()
771 CHECK_NULL_VOID(container); in OnDrag()
836 CHECK_NULL_VOID(container); in SetBackgroundColor()
858 [&bgColor, container]() { in GetBackgroundColor()
[all …]
H A Ddialog_container.cpp231 CHECK_NULL_VOID(container); in DestroyContainer()
232 container->Destroy(); in DestroyContainer()
297 CHECK_NULL_VOID(container); in SetView()
317 CHECK_NULL_VOID(container); in SetViewNew()
432 CHECK_NULL_VOID(container); in SetUIWindow()
457 CHECK_NULL_VOID(container); in ShowToast()
482 CHECK_NULL_VOID(container); in ShowDialog()
503 CHECK_NULL_VOID(container); in ShowDialog()
520 CHECK_NULL_VOID(container); in ShowActionMenu()
537 CHECK_NULL_RETURN(container, false); in ShowToastDialogWindow()
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp85 if (container != nullptr) { in GetOrCreateWindowNodeContainer()
86 return container; in GetOrCreateWindowNodeContainer()
134 if (container == nullptr) { in CreateWindowNodeContainer()
139 return container; in CreateWindowNodeContainer()
286 if (container == nullptr) { in MinimizeStructuredAppWindowsExceptSelf()
313 if (container == nullptr) { in GetSplitScreenWindowNodes()
1112 if (!container) { in DestroyWindow()
1260 container->UpdateBrightness(container->GetActiveWindow(), true); in UpdateBrightnessWithWindowRemoved()
1757 return container != nullptr ? container->HasPrivateWindow() : false; in HasPrivateWindow()
1763 return container != nullptr ? container->HasMainFullScreenWindowShown() : false; in HasMainFullScreenWindowShown()
[all …]
H A Daccessibility_connection.cpp35 if (container == nullptr) { in NotifyAccessibilityWindowInfo()
41 UpdateFocusChangeEvent(container); in NotifyAccessibilityWindowInfo()
53 if (container == nullptr) { in NotifyAccessibilityWindowInfo()
57 UpdateFocusChangeEvent(container); in NotifyAccessibilityWindowInfo()
64 if (container == nullptr) { in NotifyAccessibilityWindowInfo()
69 container->TraverseContainer(nodes); in NotifyAccessibilityWindowInfo()
70 UpdateFocusChangeEvent(container); in NotifyAccessibilityWindowInfo()
124 container->TraverseContainer(nodes); in GetAccessibilityWindowInfo()
132 if (container == nullptr) { in UpdateFocusChangeEvent()
137 uint32_t focusWindowId = container->GetFocusWindow(); in UpdateFocusChangeEvent()
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-container.md7container isolation function involves seven containers: UTS container, PID container, Mount contai…
27 For the PID container, **unshare()** or **setns()** changes the container of the child process (not…
63 - The child PID container cannot view the processes in its parent container.
147 …e container flag specified to create a container for a process. If the container flag is not speci…
220 You can run the **ls** command to view container information in the **/proc/[pid]/container/** dire…
223 ls -l /proc/[pid]/container
304 … | Create a Mount container for a child process. | Move this process to the specified Mount c…
305 … | Create a PID container for a child process. | Move this process to the specified PID c…
309 …WUTS | Create a UTS container for a child process. | Move this process to the specified UTS c…
310 …| Create a Network container for a child process. | Move this process to the specified Network con…
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp156 CHECK_NULL_VOID(container); in SetIgnoreViewSafeArea()
185 CHECK_NULL_VOID(container); in OnAvoidAreaChanged()
295 CHECK_NULL_VOID(container); in DestroyUIDirector()
306 CHECK_NULL_VOID(container); in DestroyCallback()
453 [&bgColor, container]() { in GetBackgroundColor()
468 CHECK_NULL_VOID(container); in SetBackgroundColor()
526 CHECK_NULL_VOID(container); in UpdateViewportConfig()
547 CHECK_NULL_VOID(container); in DumpInfo()
555 CHECK_NULL_VOID(container); in SetNextFrameLayoutCallback()
565 CHECK_NULL_VOID(container); in NotifyMemoryLevel()
[all …]
H A Dace_ability.cpp139 CHECK_NULL_VOID(container); in SetIgnoreViewSafeArea()
168 CHECK_NULL_VOID(container); in OnAvoidAreaChanged()
240 CHECK_NULL_VOID(container); in AceAbility()
267 CHECK_NULL_VOID(container); in SetMockModuleList()
310 CHECK_NULL_VOID(container); in InitEnv()
338 CHECK_NULL_VOID(container); in InitEnv()
493 if (!container) { in OnConfigurationChanged()
509 CHECK_NULL_VOID(container); in SurfaceChanged()
542 CHECK_NULL_VOID(container); in ReplacePage()
560 CHECK_NULL_VOID(container); in LoadDocument()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_callback_client.h33 CHECK_NULL_VOID(container); in ProcessFormUpdate()
35 auto taskExecutor = container->GetTaskExecutor(); in ProcessFormUpdate()
50 CHECK_NULL_VOID(container); in ProcessFormUninstall()
52 auto taskExecutor = container->GetTaskExecutor(); in ProcessFormUninstall()
67 CHECK_NULL_VOID(container); in OnDeathReceived()
69 auto taskExecutor = container->GetTaskExecutor(); in OnDeathReceived()
84 CHECK_NULL_VOID(container); in OnError()
86 auto taskExecutor = container->GetTaskExecutor(); in OnError()
111 CHECK_NULL_VOID(container); in ProcessRecycleForm()
113 auto taskExecutor = container->GetTaskExecutor(); in ProcessRecycleForm()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model_ng.cpp28 auto container = Container::Current(); in SetOpenDialog() local
30 CHECK_NULL_VOID(container); in SetOpenDialog()
34 CHECK_NULL_VOID(container); in SetOpenDialog()
64 CHECK_NULL_VOID(container); in SetOpenDialog()
87 auto container = Container::Current(); in SetOpenDialogWithNode() local
88 CHECK_NULL_RETURN(container, nullptr); in SetOpenDialogWithNode()
123 auto container = Container::Current(); in SetCloseDialog() local
125 CHECK_NULL_VOID(container); in SetCloseDialog()
129 CHECK_NULL_VOID(container); in SetCloseDialog()
173 auto container = Container::Current(); in SetCloseDialogForNDK() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_context_ffi.cpp62 auto context = container->GetPipelineContext(); in AnimateToForStageMode()
68 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToForStageMode()
71 ContainerScope scope(container->GetInstanceId()); in AnimateToForStageMode()
85 auto context = container->GetPipelineContext(); in AnimateToForStageMode()
91 if (!container->IsFRSCardContainer() && !container->WindowIsShow()) { in AnimateToForStageMode()
94 ContainerScope scope(container->GetInstanceId()); in AnimateToForStageMode()
119 auto container = Container::CurrentSafely(); in FfiOHOSAceFrameworkViewContextAnimation() local
120 CHECK_NULL_VOID(container); in FfiOHOSAceFrameworkViewContextAnimation()
155 auto container = Container::CurrentSafely(); in FfiOHOSAceFrameworkViewContextAnimationTo() local
156 CHECK_NULL_VOID(container); in FfiOHOSAceFrameworkViewContextAnimationTo()
[all …]
H A Dcj_pixel_unit_convert_ffi.cpp27 auto container = Container::Current(); in FfiOHOSAceFrameworkVp2Px() local
28 if (!container) { in FfiOHOSAceFrameworkVp2Px()
37 auto container = Container::Current(); in FfiOHOSAceFrameworkPx2Vp() local
38 if (!container) { in FfiOHOSAceFrameworkPx2Vp()
52 auto container = Container::Current(); in GetFp2PxParam() local
53 if (!container) { in GetFp2PxParam()
56 auto pipelineContext = container->GetPipelineContext(); in GetFp2PxParam()
77 auto container = Container::Current(); in GetdesignWidthScale() local
78 if (!container) { in GetdesignWidthScale()
81 auto window = container->GetWindow(); in GetdesignWidthScale()
[all …]
H A Dcj_component_id_ffi.cpp32 auto container = Container::Current(); in FfiOHOSAceFrameworkComponentIdGetInspectorByKey() local
33 if (!container) { in FfiOHOSAceFrameworkComponentIdGetInspectorByKey()
44 auto container = Container::Current(); in FfiOHOSAceFrameworkComponentIdGetInspectorTree() local
45 if (!container) { in FfiOHOSAceFrameworkComponentIdGetInspectorTree()
55 auto container = Container::Current(); in FfiOHOSAceFrameworkComponentIdSendEventByKey() local
56 if (!container) { in FfiOHOSAceFrameworkComponentIdSendEventByKey()
106 auto container = Container::Current(); in FfiOHOSAceFrameworkComponentIdSendTouchEvent() local
107 if (!container) { in FfiOHOSAceFrameworkComponentIdSendTouchEvent()
124 auto container = Container::Current(); in FfiOHOSAceFrameworkComponentIdSendKeyEvent() local
125 if (!container) { in FfiOHOSAceFrameworkComponentIdSendKeyEvent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp73 auto container = GetContainer(currentId); in CurrentSafelyWithCheck() local
74 if (container) { in CurrentSafelyWithCheck()
75 return container; in CurrentSafelyWithCheck()
102 auto front = container->GetFrontend(); in GetActive()
104 activeContainer = container; in GetActive()
114 auto front = container->GetFrontend(); in GetDefault()
116 defaultContainer = container; in GetDefault()
126 auto pipeline = container->GetPipelineContext(); in GetFoucsed()
128 foucsContainer = container; in GetFoucsed()
186 CHECK_NULL_VOID(container); in SetFontScale()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp144 CHECK_NULL_VOID(container); in SupportInspector()
227 CHECK_NULL_VOID(container); in SetCallback()
228 if (container->IsUseStageModel()) { in SetCallback()
251 CHECK_NULL_VOID(container); in CreateLayoutInfo()
252 if (container->IsDynamicRender()) { in CreateLayoutInfo()
254 CHECK_NULL_VOID(container); in CreateLayoutInfo()
282 CHECK_NULL_VOID(container); in GetInspectorTreeJsonStr()
303 CHECK_NULL_VOID(container); in GetSnapshotJson()
374 CHECK_NULL_VOID(container); in HandleStartRecord()
375 if (container->IsDynamicRender()) { in HandleStartRecord()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_target.h30 …t(const std::string& url, const WeakPtr<StageElement>& container) : url(url), container(container)… in PageTarget()
31 PageTarget(const std::string& url, const WeakPtr<StageElement>& container, bool useSubStage) in PageTarget()
32 : url(url), container(container), useSubStage(useSubStage) in PageTarget()
36 container(pageTarget.container) {} in PageTarget()
42 WeakPtr<StageElement> container; member
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-components-grid.md4container>** component is the root container of the grid layout. Within the root container, you ca…
14 <div class="container">
20 </grid-container>
27 .container{
50 <div class="container">
60 </grid-container>
67 .container{
147 </grid-container>
154 .container{
197 </grid-container>
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp28 ContainerChangeListener::ContainerChangeListener(const IContainer::Ptr& container) in META_BEGIN_NAMESPACE()
64 if (const auto container = container_.lock()) { in Subscribe() local
65 added_ = { container->OnAdded()->AddHandler(onAdded), onAdded }; in Subscribe()
67 moved_ = { container->OnMoved()->AddHandler(onMoved), onMoved }; in Subscribe()
75 if (const auto container = container_.lock()) { in Unsubscribe() local
77 container->OnAdded()->RemoveHandler(added_.first); in Unsubscribe()
80 container->OnRemoved()->RemoveHandler(removed_.first); in Unsubscribe()
83 container->OnMoved()->RemoveHandler(moved_.first); in Unsubscribe()
104 void ContainerObserver::SetContainer(const IContainer::Ptr& container) in SetContainer() argument
107 container_ = container; in SetContainer()
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-components-grid.md7 ## 创建grid-container组件
14 <div class="container">
20 </grid-container>
27 .container{
50 <div class="container">
60 </grid-container>
67 .container{
147 </grid-container>
154 .container{
197 </grid-container>
[all …]
H A Djs-framework-syntax-css.md27 <div class="container">
34 .container {
50 .container {
62 | .class | .container | 用于选择class="container"的组件。 …
72 <div id="containerId" class="container">
98 /* 对class="container"的组件下的所有text设置样式 */
99 .container text {
103 .container > text {
138 <div class="container">
164 .container {
[all …]

12345678910>>...56