Lines Matching refs:ON_CALL

47         ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml")))  in SynchronousImageCache()
49 ON_CALL(mockStorage, fetchImage(Eq("/path/to/Component.qml"), Eq(Sqlite::TimeStamp{123}))) in SynchronousImageCache()
51 ON_CALL(mockStorage, in SynchronousImageCache()
54ON_CALL(mockStorage, fetchSmallImage(Eq("/path/to/Component.qml"), Eq(Sqlite::TimeStamp{123}))) in SynchronousImageCache()
57 ON_CALL(mockStorage, in SynchronousImageCache()
61 ON_CALL(mockStorage, fetchIcon(Eq("/path/to/Component.qml"), Eq(Sqlite::TimeStamp{123}))) in SynchronousImageCache()
63 ON_CALL(mockStorage, in SynchronousImageCache()
66 ON_CALL(mockCollector, createImage(Eq("/path/to/Component.qml"), Eq("extraId1"), _)) in SynchronousImageCache()
68 ON_CALL(mockCollector, createIcon(Eq("/path/to/Component.qml"), Eq("extraId1"), _)) in SynchronousImageCache()
105 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
115 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
143 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
153 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
181 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
193 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
210 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
231 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()
252 ON_CALL(mockTimeStampProvider, timeStamp(Eq("/path/to/Component.qml"))) in TEST_F()