Searched refs:shm_factory (Results 1 – 3 of 3) sorted by relevance
69 std::unique_ptr<SharedMemory::Factory> shm_factory( in DoStart() local71 svc_ = Service::CreateInstance(std::move(shm_factory), task_runner_); in DoStart()
64 auto shm_factory = in ServiceImplTest() local67 Service::CreateInstance(std::move(shm_factory), &task_runner) in ServiceImplTest()
75 std::unique_ptr<SharedMemory::Factory> shm_factory, in CreateInstance() argument78 new ServiceImpl(std::move(shm_factory), task_runner)); in CreateInstance()81 ServiceImpl::ServiceImpl(std::unique_ptr<SharedMemory::Factory> shm_factory, in ServiceImpl() argument84 shm_factory_(std::move(shm_factory)), in ServiceImpl()