Lines Matching refs:nullptr
49 EXPECT_EQ(g_connectManagement, nullptr);
63 StartConnect("", "test_pkt_name", true, nullptr);
64 ASSERT_NE(g_connectManagement, nullptr);
77 ASSERT_NE(g_connectManagement, nullptr);
91 StartConnect("", "test_pkt_name", true, nullptr);
92 ASSERT_NE(g_connectManagement, nullptr);
104 StartConnect("", "test_pkt_name_2", true, nullptr);
105 ASSERT_NE(g_connectManagement, nullptr);
109 HdcJdwpSimulator* g_hdcJdwpSimulator = nullptr;
117 g_hdcJdwpSimulator = new (std::nothrow) HdcJdwpSimulator(processName, pkgName, isDebug, nullptr);
121 return nullptr;
124 return nullptr;
142 pthread_create(&tid, nullptr, &HdcConnectRunTest, static_cast<void*>(g_connectManagement.get())),
154 g_hdcJdwpSimulator = nullptr;
164 g_hdcJdwpSimulator = new (std::nothrow) HdcJdwpSimulator(name, name, true, nullptr);
169 return nullptr;
184 g_hdcJdwpSimulator = nullptr;
187 ASSERT_EQ(pthread_create(&tid, nullptr, &ConnectJpidTest, (void*)pkgName.c_str()), 0);
197 g_hdcJdwpSimulator = nullptr;
205 g_hdcJdwpSimulator = nullptr;
208 ASSERT_EQ(pthread_create(&tid2, nullptr, &ConnectJpidTest, (void*)pkgName.c_str()), 0);
213 g_hdcJdwpSimulator = nullptr;