OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrictMock
(Results
26 - 50
of
96
) sorted by null
1
2
3
4
/system/connectivity/shill/
result_aggregator_unittest.cc
30
using testing::
StrictMock
;
79
StrictMock
<MockEventDispatcher> dispatcher_;
link_monitor_unittest.cc
48
using testing::
StrictMock
;
90
connection_(new
StrictMock
<MockConnection>(&device_info_)),
149
StrictMock
<MockMetrics> metrics_;
async_connection_unittest.cc
38
using ::testing::
StrictMock
;
121
StrictMock
<MockSockets>& sockets() { return sockets_; }
127
StrictMock
<ConnectCallbackTarget>& callback_target() {
133
StrictMock
<MockSockets> sockets_;
134
StrictMock
<ConnectCallbackTarget> callback_target_;
connectivity_trial_unittest.cc
48
using testing::
StrictMock
;
72
connection_(new
StrictMock
<MockConnection>(device_info_.get())),
125
http_request_ = new
StrictMock
<MockHTTPRequest>(connection_);
211
StrictMock
<MockEventDispatcher> dispatcher_;
217
StrictMock
<MockTime> time_;
dns_client_unittest.cc
49
using testing::
StrictMock
;
232
StrictMock
<MockEventDispatcher> dispatcher_;
234
StrictMock
<DNSCallbackTarget> callback_target_;
235
StrictMock
<MockAres> ares_;
236
StrictMock
<MockTime> time_;
portal_detector_unittest.cc
48
using testing::
StrictMock
;
74
connection_(new
StrictMock
<MockConnection>(device_info_.get())),
78
connectivity_trial_(new
StrictMock
<MockConnectivityTrial>(
169
StrictMock
<MockEventDispatcher> dispatcher_;
176
StrictMock
<MockTime> time_;
device_unittest.cc
93
using ::testing::
StrictMock
;
298
StrictMock
<MockRTNLHandler> rtnl_handler_;
604
new
StrictMock
<MockService>(control_interface(),
633
new
StrictMock
<MockService>(control_interface(),
682
new
StrictMock
<MockService>(control_interface(),
705
new
StrictMock
<MockService>(control_interface(),
727
new
StrictMock
<MockService>(control_interface(),
733
new
StrictMock
<MockConnection>(&device_info_));
759
new
StrictMock
<MockService>(control_interface(),
765
new
StrictMock
<MockConnection>(&device_info_))
[
all
...]
connection_unittest.cc
52
using testing::
StrictMock
;
79
: device_info_(new
StrictMock
<MockDeviceInfo>(
224
std::unique_ptr<
StrictMock
<MockDeviceInfo>> device_info_;
237
StrictMock
<MockResolver> resolver_;
239
StrictMock
<MockDNSServerProxyFactory> dns_server_proxy_factory_;
241
StrictMock
<MockRoutingTable> routing_table_;
242
StrictMock
<MockRTNLHandler> rtnl_handler_;
335
scoped_refptr<MockDevice> device(new
StrictMock
<MockDevice>(
454
scoped_refptr<MockDevice> device(new
StrictMock
<MockDevice>(
572
scoped_refptr<MockDevice> device(new
StrictMock
<MockDevice>
[
all
...]
profile_unittest.cc
46
using testing::
StrictMock
;
64
return new
StrictMock
<MockService>(control_interface(),
94
std::unique_ptr<MockManager> manager(new
StrictMock
<MockManager>(
98
MockStore* storage(new
StrictMock
<MockStore>());
484
std::unique_ptr<MockManager> manager(new
StrictMock
<MockManager>(
488
MockStore* storage(new
StrictMock
<MockStore>());
/system/core/metricsd/
metrics_collector_test.cc
39
using ::testing::
StrictMock
;
84
StrictMock
<MetricsLibraryMock> metrics_lib_;
/external/webrtc/webrtc/audio/
audio_state_unittest.cc
33
testing::
StrictMock
<MockVoiceEngine> voice_engine_;
audio_send_stream_unittest.cc
74
channel_proxy_ = new testing::
StrictMock
<MockVoEChannelProxy>();
157
testing::
StrictMock
<MockVoiceEngine> voice_engine_;
160
testing::
StrictMock
<MockVoEChannelProxy>* channel_proxy_ = nullptr;
/external/bsdiff/
extents_file_unittest.cc
17
using testing::
StrictMock
;
49
mock_file_ = new
StrictMock
<MockFile>();
57
StrictMock
<MockFile>* mock_file_;
/external/libweave/src/
access_black_list_manager_impl_unittest.cc
17
using testing::
StrictMock
;
54
StrictMock
<test::MockClock> clock_;
55
StrictMock
<provider::test::MockConfigStore> config_store_{false};
/external/libweave/src/notification/
xmpp_channel_unittest.cc
20
using testing::
StrictMock
;
150
StrictMock
<provider::test::FakeTaskRunner> task_runner_;
151
StrictMock
<MockNetwork> network_;
/system/connectivity/shill/wifi/
tdls_manager_unittest.cc
42
using ::testing::
StrictMock
;
78
StrictMock
<MockEventDispatcher> event_dispatcher_;
79
StrictMock
<MockSupplicantInterfaceProxy> supplicant_interface_proxy_;
/system/weaved/buffet/
binder_command_proxy_unittest.cc
36
using ::testing::
StrictMock
;
59
command_ = std::make_shared<
StrictMock
<weave::test::MockCommand>>();
105
std::shared_ptr<
StrictMock
<weave::test::MockCommand>> command_;
/external/libbrillo/brillo/streams/
stream_utils_unittest.cc
20
using testing::
StrictMock
;
158
in_stream_.reset(new
StrictMock
<MockStream>{});
159
out_stream_.reset(new
StrictMock
<MockStream>{});
163
std::unique_ptr<
StrictMock
<MockStream>> in_stream_;
164
std::unique_ptr<
StrictMock
<MockStream>> out_stream_;
/external/v8/test/unittests/compiler/
dead-code-elimination-unittest.cc
12
using testing::
StrictMock
;
31
StrictMock
<MockAdvancedReducerEditor> editor;
196
StrictMock
<MockAdvancedReducerEditor> editor;
224
StrictMock
<MockAdvancedReducerEditor> editor;
282
StrictMock
<MockAdvancedReducerEditor> editor;
311
StrictMock
<MockAdvancedReducerEditor> editor;
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc
26
using ::testing::
StrictMock
;
104
StrictMock
<MockWireInterface> interface_;
105
StrictMock
<MockMessageListener> listener_;
/external/libweave/src/commands/
cloud_command_proxy_unittest.cc
143
testing::
StrictMock
<MockCloudCommandUpdateInterface> cloud_updater_;
144
testing::
StrictMock
<MockComponentManager> component_manager_;
145
testing::
StrictMock
<provider::test::FakeTaskRunner> task_runner_;
command_queue_unittest.cc
23
using testing::
StrictMock
;
46
StrictMock
<provider::test::FakeTaskRunner> task_runner_;
/system/connectivity/shill/net/
rtnl_handler_unittest.cc
46
using testing::
StrictMock
;
70
: sockets_(new
StrictMock
<MockSockets>()),
129
StrictMock
<MockIOHandlerFactory> io_handler_factory_;
/external/libchrome/base/
bind_unittest.cc
21
using ::testing::
StrictMock
;
247
StrictMock
<NoRef> no_ref_;
248
StrictMock
<HasRef> has_ref_;
251
StrictMock
<NoRef> static_func_mock_;
254
static
StrictMock
<NoRef>* static_func_mock_ptr;
260
StrictMock
<NoRef>* BindTest::static_func_mock_ptr;
583
//
StrictMock
<T> is a derived class of T. So, we use
StrictMock
<HasRef> and
584
//
StrictMock
<NoRef> to test that SupportsAddRefAndRelease works over
586
EXPECT_TRUE(internal::SupportsAddRefAndRelease<
StrictMock
<HasRef> >::value)
[
all
...]
/external/libweave/third_party/chromium/base/
bind_unittest.cc
22
using ::testing::
StrictMock
;
248
StrictMock
<NoRef> no_ref_;
249
StrictMock
<HasRef> has_ref_;
252
StrictMock
<NoRef> static_func_mock_;
255
static
StrictMock
<NoRef>* static_func_mock_ptr;
261
StrictMock
<NoRef>* BindTest::static_func_mock_ptr;
584
//
StrictMock
<T> is a derived class of T. So, we use
StrictMock
<HasRef> and
585
//
StrictMock
<NoRef> to test that SupportsAddRefAndRelease works over
587
EXPECT_TRUE(internal::SupportsAddRefAndRelease<
StrictMock
<HasRef> >::value)
[
all
...]
Completed in 1800 milliseconds
1
2
3
4