Searched refs:impl (Results 1 – 11 of 11) sorted by relevance
41 BpQClient(const sp<IBinder>& impl) in BpQClient() argument42 : BpInterface<IQClient>(impl) {} in BpQClient()
43 BpQService(const sp<IBinder>& impl) in BpQService() argument44 : BpInterface<IQService>(impl) {} in BpQService()
44 BpQClient(const sp<IBinder>& impl) in BpQClient() argument45 : BpInterface<IQClient>(impl) {} in BpQClient()
44 BpQHDMIClient(const sp<IBinder>& impl) in BpQHDMIClient() argument45 :BpInterface<IQHDMIClient>(impl) in BpQHDMIClient()
44 BpQService(const sp<IBinder>& impl) in BpQService() argument45 : BpInterface<IQService>(impl) {} in BpQService()
1338 return UnitTest::GetInstance()->impl(); in GetUnitTestImpl()1847 UnitTest::GetInstance()->impl() in operator =()2043 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init() local2045 old_reporter_ = impl->GetGlobalTestPartResultReporter(); in Init()2046 impl->SetGlobalTestPartResultReporter(this); in Init()2048 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread(); in Init()2049 impl->SetTestPartResultReporterForCurrentThread(this); in Init()2056 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter() local2058 impl->SetGlobalTestPartResultReporter(old_reporter_); in ~ScopedFakeTestPartResultReporter()2060 impl->SetTestPartResultReporterForCurrentThread(old_reporter_); in ~ScopedFakeTestPartResultReporter()[all …]
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}10162 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {}18668 internal::UnitTestImpl* impl() { return impl_; }18669 const internal::UnitTestImpl* impl() const { return impl_; }