Searched refs:node0 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | adapter.rs | 2284 let node0 = ylong_json_get_array_node(array, 0); in ut_ylong_json_get_array_node() localVariable 2285 assert!(!node0.is_null()); in ut_ylong_json_get_array_node() 2330 let node0 = ylong_json_get_array_node(array, 0); in ut_ylong_json_get_item_from_array_node() localVariable 2331 assert!(!node0.is_null()); in ut_ylong_json_get_item_from_array_node() 2397 assert!(!node0.is_null()); in ut_ylong_json_add_item_to_array_then_get_node() 2404 let item0 = ylong_json_remove_array_node(node0); in ut_ylong_json_add_item_to_array_then_get_node() 2482 assert!(!node0.is_null()); in ut_ylong_json_remove_array_node() 2491 assert!(!node0.is_null()); in ut_ylong_json_remove_array_node() 2505 assert!(!node0.is_null()); in ut_ylong_json_remove_array_node() 2519 assert!(!node0.is_null()); in ut_ylong_json_remove_array_node() [all …]
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_pair_test.cpp | 73 sptr<WindowNode> node0 = new WindowNode(property); variable 74 windowPair->primary_ = node0; 75 windowPair->NotifyShowRecent(node0); 96 sptr<WindowNode> node0 = new WindowNode(property); variable 97 windowPair->primary_ = node0; 98 windowPair->NotifyCreateOrDestroyDivider(node0, true);
|
H A D | window_controller_test.cpp | 316 sptr<WindowNode> node0 = new WindowNode(); variable 317 windowController_->NotifyAfterAddWindow(node0); 318 ASSERT_EQ(0, node0->children_.size()); 325 node0->children_.push_back(node1); 326 node0->children_.push_back(node2); 327 windowController_->NotifyAfterAddWindow(node0); 328 ASSERT_EQ(2, node0->children_.size()); 329 ASSERT_EQ(nullptr, node0->children_[0]->abilityToken_); 514 sptr<WindowNode> node0 = nullptr; variable 528 windowNodes.push_back(node0);
|
H A D | window_layout_policy_test.cpp | 170 sptr<WindowNode> node0 = new WindowNode(property, nullptr, nullptr); variable 171 node0->SetWindowProperty(property); 173 …auto actRect0 = layoutPolicy_->CalcEntireWindowHotZone(node0, winRect, 10, 2.f, hotZoneScale); // …
|