Searched refs:shim_pid_ (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/
H A Dcrypto_util_proxy.cc68 shim_pid_(0) {
164 if (shim_pid_) {
172 shim_pid_ = process_manager_->StartProcessInMinijailWithPipes(
183 if (shim_pid_ == -1) {
187 // Invariant: if the shim process could be in flight, shim_pid_ != 0 and we
211 LOG(INFO) << "Started crypto-util shim at " << shim_pid_;
239 if (shim_pid_) {
240 process_manager_->UpdateExitCallback(shim_pid_,
243 process_manager_->StopProcess(shim_pid_);
253 shim_pid_
[all...]
H A Dcrypto_util_proxy_unittest.cc169 EXPECT_EQ(crypto_util_proxy_.shim_pid_, kTestShimPid);
184 if (crypto_util_proxy_.shim_pid_) {
189 EXPECT_CALL(process_manager_, StopProcess(crypto_util_proxy_.shim_pid_))
197 EXPECT_FALSE(crypto_util_proxy_.shim_pid_);
218 EXPECT_EQ(crypto_util_proxy_.shim_pid_, 0);
H A Dcrypto_util_proxy.h144 pid_t shim_pid_; member in class:shill::CryptoUtilProxy

Completed in 144 milliseconds