Searched refs:subProperty (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 111 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", in HWTEST_F() local 113 sptr<WindowNode> subNode = new WindowNode(subProperty, nullptr, nullptr); in HWTEST_F() 115 subNode->SetWindowProperty(subProperty); in HWTEST_F() 130 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", in HWTEST_F() local 132 sptr<WindowNode> subNode = new WindowNode(subProperty, nullptr, nullptr); in HWTEST_F() 133 subNode->SetWindowProperty(subProperty); in HWTEST_F() 144 sptr<WindowProperty> subProperty = CreateWindowProperty(110u, "test1", in HWTEST_F() local 146 sptr<WindowNode> subNode = new WindowNode(subProperty, nullptr, nullptr); in HWTEST_F() 147 subNode->SetWindowProperty(subProperty); in HWTEST_F() 363 sptr<WindowProperty> subProperty in HWTEST_F() local 403 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", HWTEST_F() local 451 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", HWTEST_F() local 600 sptr<WindowProperty> subProperty = CreateWindowProperty(111u, "test2", HWTEST_F() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 739 for (const auto& subProperty : property.metaData.memberProperties) { in WriteProperty() 741 if (WriteProperty(ec, subProperty, offset + subProperty.offset, subPropertyJson)) { in WriteProperty() 742 object[subProperty.name] = move(subPropertyJson); in WriteProperty() 1081 for (const auto& subProperty : property.metaData.memberProperties) { in ReadProperty() 1083 const string name(subProperty.name); in ReadProperty() 1086 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 801 for (const auto& subProperty : property.metaData.memberProperties) { in WriteProperty() 803 if (WriteProperty(ec, subProperty, offset + subProperty.offset, subPropertyJson)) { in WriteProperty() 804 object[subProperty.name] = move(subPropertyJson); in WriteProperty() 1179 for (const auto& subProperty : property.metaData.memberProperties) { in ReadProperty() 1181 const string name(subProperty.name); in ReadProperty() 1184 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test2.cpp | 459 sptr<WindowSessionProperty> subProperty = sptr<WindowSessionProperty>::MakeSptr(); in HWTEST_F() local 460 EXPECT_NE(subProperty, nullptr); in HWTEST_F() 461 subProperty->SetWindowType(WindowType::WINDOW_TYPE_APP_SUB_WINDOW); in HWTEST_F() 462 subProperty->SetPersistentId(1); in HWTEST_F() 463 subSession->SetSessionProperty(subProperty); in HWTEST_F()
|
Completed in 10 milliseconds