/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/ |
H A D | net_base_branch_fuzzer.cpp | 80 int32_t testId = GetNetBranchFuzzData<int32_t>(); in NetHttpProbeBranchFuzzTest() local 82 std::make_shared<NetHttpProbe>(testId, NetBearType::BEARER_DEFAULT, NetLinkInfo()); in NetHttpProbeBranchFuzzTest() 102 instance_->SetResolveOption(probeType, testString, testString, testId); in NetHttpProbeBranchFuzzTest() 103 instance_->SetResolveOption(probeType, "test", testString, testId); in NetHttpProbeBranchFuzzTest() 111 instance_->SetResolveOption(probeType, testString, testString, testId); in NetHttpProbeBranchFuzzTest() 115 instance_->LoadProxy(testString, testId); in NetHttpProbeBranchFuzzTest() 124 uint32_t testId = GetNetBranchFuzzData<uint32_t>(); in NetPolicyRuleBranchFuzzTest() local 126 netPolicyRule->UpdateForegroundUidList(testId, isForeground); in NetPolicyRuleBranchFuzzTest() 131 netPolicyRule->HandleEvent(testId, policyEvent); in NetPolicyRuleBranchFuzzTest() 132 netPolicyRule->IsValidNetPolicy(testId); in NetPolicyRuleBranchFuzzTest() [all...] |
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | vpn_data_bean_test.cpp | 119 std::string testId = "testConvertCommonVpnConfigToVpnBean";
in HWTEST_F() local 120 bean->vpnId_ = testId;
in HWTEST_F() 122 EXPECT_EQ(bean->vpnId_, testId);
in HWTEST_F() 150 std::string testId = "ConvertIpsecVpnConfigToVpnBean";
in HWTEST_F() local 151 bean->vpnId_ = testId;
in HWTEST_F() 153 EXPECT_EQ(bean->vpnId_, testId);
in HWTEST_F() 163 std::string testId = "ConvertL2tpVpnConfigToVpnBean";
in HWTEST_F() local 164 bean->vpnId_ = testId;
in HWTEST_F() 166 EXPECT_EQ(bean->vpnId_, testId);
in HWTEST_F() 196 std::string testId in HWTEST_F() local [all...] |
/foundation/window/window_manager/utils/test/unittest/ |
H A D | utils_all_test.cpp | 113 auto testId = singletonContainer.stringMap["test"]; in HWTEST_F() local 115 ASSERT_EQ(testId, singletonContainer.stringMap["test"]); in HWTEST_F() 117 ASSERT_EQ(testId + 1, singletonContainer.stringMap["test2"]); in HWTEST_F() 120 singletonContainer.singletonMap.erase(testId); in HWTEST_F() 138 auto testId = singletonContainer.stringMap["test"]; in HWTEST_F() local 150 singletonContainer.singletonMap.erase(testId); in HWTEST_F()
|
/foundation/multimedia/media_foundation/tests/unittest/pipeline/ |
H A D | pipline_func_unit_test.cpp | 40 testId = std::string("Test_") + std::to_string(Pipeline::Pipeline::GetNextPipelineId()); in SetUp() 41 pipeline_->Init(nullptr, nullptr, testId); in SetUp()
|
H A D | pipline_func_unit_test.h | 41 std::string testId; member in OHOS::Media::PiplineFuncUT::PiplineUnitTest
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 351 for (auto testId : touchTestResults_) { in IsTouchInCallerArea() 352 if (testId == id) { in IsTouchInCallerArea()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_local_ledger_test.cpp | 442 const void *testId = "testId"; in HWTEST_F() local 443 ret = UpdateLocalPubMac(testId); in HWTEST_F() 449 ret = LlUpdateStaticCapability(testId); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | inspector_test_ng.cpp | 190 std::string testId = "test"; in HWTEST_F() local 191 filter.SetFilterID(testId); in HWTEST_F()
|
H A D | ui_node_test_ng.cpp | 1216 int32_t testId = 0; in HWTEST_F() local 1217 testNode->RegisterUpdateJSInstanceCallback([&testId](int32_t newId) { testId = newId; }); in HWTEST_F() 1225 EXPECT_EQ(testId, context->GetInstanceId()); in HWTEST_F()
|
/foundation/multimodalinput/input/service/event_resample/test/ |
H A D | event_resample_test.cpp | 282 bool DoTest(TestData &testData, int32_t testId); 395 bool EventResampleTest::DoTest(TestData &testData, int32_t testId) in DoTest() argument 403 MMI_HILOGD("Start test %{public}d", testId); in DoTest()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_controller_test.cpp | 112 DisplayId testId = 100; // 100 test display id in HWTEST_F() local 114 displayGroupController_->GetWindowNodesByDisplayIdAndRootType(testId, WindowRootNodeType::APP_WINDOW_NODE); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_proxy_test.cpp | 1340 ScreenId testId = 2060; in HWTEST_F() local 1342 MultiScreenPositionOptions mainScreenOptions = {testId, 100, 100}; in HWTEST_F()
|
H A D | screen_session_manager_test.cpp | 3000 ScreenId testId = 2060; in HWTEST_F() local 3002 MultiScreenPositionOptions mainScreenOptions = {testId, 100, 100}; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_main_thread_test.cpp | 3937 NodeId testId = 1; in HWTEST_F() local 3939 auto displayNode = std::make_shared<RSDisplayRenderNode>(testId++, RSDisplayNodeConfig {}); in HWTEST_F() 3941 auto node1 = std::make_shared<RSRenderNode>(testId++); in HWTEST_F() 3946 auto node2 = std::make_shared<RSSurfaceRenderNode>(testId++, mainThread->context_); in HWTEST_F() 3948 auto node3 = std::make_shared<RSRootRenderNode>(testId++, mainThread->context_); in HWTEST_F()
|
H A D | rs_uni_render_visitor_test.cpp | 769 NodeId testId = 10; in HWTEST_F() local 770 pid_t pid = ExtractPid(testId); in HWTEST_F() 773 NodeId testPid = testId << paddingDigit; in HWTEST_F() 775 ASSERT_EQ(pid, testId); in HWTEST_F()
|