Home
last modified time | relevance | path

Searched refs:testId (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp80 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 Dvpn_data_bean_test.cpp119 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 Dutils_all_test.cpp113 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 Dpipline_func_unit_test.cpp40 testId = std::string("Test_") + std::to_string(Pipeline::Pipeline::GetNextPipelineId()); in SetUp()
41 pipeline_->Init(nullptr, nullptr, testId); in SetUp()
H A Dpipline_func_unit_test.h41 std::string testId; member in OHOS::Media::PiplineFuncUT::PiplineUnitTest
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp351 for (auto testId : touchTestResults_) { in IsTouchInCallerArea()
352 if (testId == id) { in IsTouchInCallerArea()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_test.cpp442 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 Dinspector_test_ng.cpp190 std::string testId = "test"; in HWTEST_F() local
191 filter.SetFilterID(testId); in HWTEST_F()
H A Dui_node_test_ng.cpp1216 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 Devent_resample_test.cpp282 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 Ddisplay_group_controller_test.cpp112 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 Dscreen_session_manager_proxy_test.cpp1340 ScreenId testId = 2060; in HWTEST_F() local
1342 MultiScreenPositionOptions mainScreenOptions = {testId, 100, 100}; in HWTEST_F()
H A Dscreen_session_manager_test.cpp3000 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 Drs_main_thread_test.cpp3937 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 Drs_uni_render_visitor_test.cpp769 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()

Completed in 31 milliseconds