Home
last modified time | relevance | path

Searched refs:SetParentId (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp268 property->SetParentId(INVALID_WINDOW_ID);
276 property->SetParentId(1);
284 property->SetParentId(2);
292 property->SetParentId(INVALID_WINDOW_ID);
627 property->SetParentId(1);
639 property3->SetParentId(1);
657 property->SetParentId(INVALID_WINDOW_ID);
682 property->SetParentId(INVALID_WINDOW_ID);
708 property->SetParentId(INVALID_WINDOW_ID);
732 property->SetParentId(INVALID_WINDOW_ID);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_scanner_db_test/src/
H A Dmedialibrary_scanner_db_test.cpp137 metadata.SetParentId(parentId);
163 metadata.SetParentId(parentId);
212 metadata.SetParentId(parentId);
292 metadata.SetParentId(parentId);
319 metadata.SetParentId(parentId);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp72 void ArkWebAccessibilityNodeInfoImpl::SetParentId(int64_t parent_id) in SetParentId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
74 nweb_accessibility_node_info_->SetParentId(parent_id); in SetParentId()
H A Dark_web_accessibility_node_info_impl.h51 void SetParentId(int64_t parent_id) override;
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp235 screenInfo->SetParentId(0);
238 screenInfo->SetParentId(SCREEN_ID_INVALID);
252 screenInfo->SetParentId(0);
352 screenInfo->SetParentId(0);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp92 void ArkWebAccessibilityNodeInfoWrapper::SetParentId(int64_t parent_id) in SetParentId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
94 ark_web_accessibility_node_info_->SetParentId(parent_id); in SetParentId()
H A Dark_web_accessibility_node_info_wrapper.h48 void SetParentId(int64_t parent_id) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h56 virtual void SetParentId(int64_t parentId_id) = 0;
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Dwindow_utils_test.cpp109 option->SetParentId(info.parentId); in CreateWindow()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h47 virtual void SetParentId(int64_t parentId) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension.cpp93 option->SetParentId(hostWindowId); in GetWindowOption()
/ohos5.0/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp50 option->SetParentId(parentWindowId); in CreateWindow()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h69 void SetParentId(uint32_t parentId);
/ohos5.0/foundation/window/window_manager/test/demo/
H A Ddemo_system_sub_window.cpp81 subWindowOp->SetParentId(window->GetWindowId()); in main()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp159 windowSceneSession->property_->SetParentId(100);
187 windowSceneSession->property_->SetParentId(102);
218 windowSceneSession->property_->SetParentId(102);
249 windowSceneSession->property_->SetParentId(103);
279 windowSceneSession->property_->SetParentId(104);
310 windowSceneSession->property_->SetParentId(102);
341 windowSceneSession->property_->SetParentId(105);
372 windowSceneSession->property_->SetParentId(106);
465 windowSceneSession->property_->SetParentId(1000);
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_systemsubwindow_test.cpp77 subOp->SetParentId(parentWindow->GetWindowId()); in CreateAppSubWindow()
93 subOp->SetParentId(parentWindow->GetWindowId()); in CreateSystemSubWindow()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h90 void SetParentId(uint32_t parentId);
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp41 void WindowOption::SetParentId(uint32_t parentId) in SetParentId() function in OHOS::Rosen::WindowOption
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp59 void WindowOption::SetParentId(uint32_t parentId) in SetParentId() function in OHOS::Rosen::WindowOption
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_manager_impl.cpp98 option.SetParentId(window.parentId); in CreateWindow()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmetadata.cpp85 …ncMap_[MEDIA_DATA_DB_PARENT_ID] = make_pair(ResultSetDataType::TYPE_INT32, &Metadata::SetParentId); in Init()
315 void Metadata::SetParentId(const VariantData &parentId) in SetParentId() function in OHOS::Media::Metadata
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h64 void SetParentId(uint32_t parentId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp150 windowOption->SetParentId(hostWindowId); in SetToastWindowOption()
152 windowOption->SetParentId(mainWindowId); in SetToastWindowOption()
195 windowOption->SetParentId(hostWindowId); in InitContainer()
200 windowOption->SetParentId(parentWindowId); in InitContainer()
203 windowOption->SetParentId(parentWindowId); in InitContainer()
240 container->SetParentId(parentContainerId_); in InitContainer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h288 void SetParentId(int32_t value) in SetParentId() function
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h89 EXPORT void SetParentId(const VariantData &id);

123