Searched refs:kPID (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/shill/
H A Dexternal_task_unittest.cc147 const int kPID = 123456; local
148 FakeUpRunningProcess(kTag, kPID);
149 ExpectStop(kTag, kPID);
156 const int kPID = 123456; local
157 FakeUpRunningProcess(kTag, kPID);
158 ExpectStop(kTag, kPID);
204 const int kPID = 234678; local
209 .WillOnce(Return(kPID));
220 EXPECT_EQ(kPID, external_task_->pid_);
226 const int kPID local
259 const int kPID = 99999; local
[all...]
/system/connectivity/shill/dhcp/
H A Ddhcpv6_config_unittest.cc99 static const int kPID; member in class:shill::DHCPv6ConfigTest
112 const int DHCPv6ConfigTest::kPID = 123456; member in class:shill::DHCPv6ConfigTest
136 .WillOnce(Return(kPID));
137 EXPECT_CALL(provider_, BindPID(kPID, IsRefPtrTo(config)));
139 EXPECT_EQ(kPID, config->pid_);
163 EXPECT_CALL(provider_, UnbindPID(kPID));
H A Ddhcp_config_unittest.cc115 static const int kPID; member in class:shill::DHCPConfigTest
124 const int DHCPConfigTest::kPID = 123456; member in class:shill::DHCPConfigTest
386 const int kPID = 777; local
389 .WillOnce(Return(kPID));
390 EXPECT_CALL(provider_, BindPID(kPID, IsRefPtrTo(config_)));
392 EXPECT_EQ(kPID, config_->pid_);
412 const int kPID = 1 << 17; // Ensure unknown positive PID. local
417 config_->pid_ = kPID;
420 EXPECT_CALL(provider_, UnbindPID(kPID));
H A Ddhcpv4_config_unittest.cc116 static const int kPID; member in class:shill::DHCPv4ConfigTest
130 const int DHCPv4ConfigTest::kPID = 123456; member in class:shill::DHCPv4ConfigTest
201 .WillOnce(Return(kPID));
202 EXPECT_CALL(provider_, BindPID(kPID, IsRefPtrTo(config)));
204 EXPECT_EQ(kPID, config->pid_);
230 EXPECT_CALL(provider_, UnbindPID(kPID));
/system/connectivity/shill/cellular/
H A Dcellular_unittest.cc1469 const int kPID = 234; local
1471 StartPPP(kPID);
1475 const int kPID = 234; local
1476 StartPPP(kPID);
1490 const int kPID = 234; local
1492 StartPPP(kPID);
1516 const int kPID = 91; local
1519 StartPPP(kPID);
1602 const int kPID = 52; local
1605 StartPPP(kPID);
1622 const int kPID = 52; local
1644 const int kPID = 52; local
1663 const int kPID = 1234; local
1672 const int kPID = 123; local
1739 const int kPID = 123; local
1749 const int kPID = 123; local
2099 const int kPID = 123; local
[all...]
/system/connectivity/shill/vpn/
H A Dopenvpn_driver_unittest.cc1174 const int kPID = 123456; local
1178 driver_->pid_ = kPID;
1194 EXPECT_CALL(process_manager_, UpdateExitCallback(kPID, _)).Times(2);
1196 EXPECT_CALL(process_manager_, StopProcess(kPID));
1230 const int kPID = 234678; local
1236 .WillOnce(Return(kPID));
1239 EXPECT_EQ(kPID, driver_->pid_);
1243 const int kPID = 99999; local
1245 driver_->pid_ = kPID;
H A Dl2tp_ipsec_driver_unittest.cc520 const int kPID = 123456; local
524 kPID, vpn_manager::kServiceErrorResolveHostnameFailed << 8);

Completed in 289 milliseconds