HomeSort by relevance Sort by last modified time
    Searched refs:cli_ (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/ipc/
host_impl_unittest.cc 172 cli_.reset(new FakeClient(task_runner_.get()));
174 EXPECT_CALL(*cli_, OnConnect()).WillOnce(Invoke(on_connect));
180 cli_.reset();
190 std::unique_ptr<FakeClient> cli_; member in class:perfetto::ipc::__anon31999::HostImplTest
196 cli_->BindService("FakeService"); // FakeService does not exist yet.
198 EXPECT_CALL(*cli_, OnServiceBound(_))
209 cli_->BindService("FakeService");
210 EXPECT_CALL(*cli_, OnServiceBound(_))
222 cli_->BindService("FakeService");
223 EXPECT_CALL(*cli_, OnServiceBound(_)).WillOnce(InvokeWithoutArgs(on_bind))
    [all...]
client_impl_unittest.cc 203 cli_ = Client::CreateInstance(kSockName, task_runner_.get());
207 cli_.reset();
216 std::unique_ptr<Client> cli_; member in class:perfetto::ipc::__anon31997::ClientImplTest
226 cli_->BindService(proxy->GetWeakPtr());
275 cli_->BindService(proxy->GetWeakPtr());
304 cli_->BindService(proxy->GetWeakPtr());
344 cli_->BindService(proxy->GetWeakPtr());
373 base::ScopedFile rx_fd = cli_->TakeReceivedFD();
388 cli_->BindService(proxy->GetWeakPtr());
441 cli_->BindService(proxy[i]->GetWeakPtr())
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 131 cli_.SetInputsAreProtoPathRelative(enable);
199 CommandLineInterface cli_; member in class:google::protobuf::compiler::__anon32252::CommandLineInterfaceTest
250 cli_.SetInputsAreProtoPathRelative(true);
266 cli_.RegisterGenerator("--test_out", "--test_opt", generator, "Test output.");
267 cli_.RegisterGenerator("-t", generator, "Test output.");
271 cli_.RegisterGenerator("--alt_out", generator, "Alt output.");
275 cli_.RegisterGenerator("--null_out", generator, "Null output.");
297 cli_.AllowPlugins("prefix-");
356 return_code_ = cli_.Run(args.size(), argv.get());
    [all...]

Completed in 187 milliseconds