Lines Matching refs:ConvLoader
49 require.NoError(t, tc.Context().ConvLoader.Queue(ctx,
99 require.NoError(t, tc.Context().ConvLoader.Queue(context.TODO(),
106 require.True(t, tc.Context().ConvLoader.Suspend(context.TODO()))
112 require.False(t, tc.Context().ConvLoader.Suspend(context.TODO()))
115 require.False(t, tc.Context().ConvLoader.Resume(context.TODO()))
121 require.True(t, tc.Context().ConvLoader.Resume(context.TODO()))
136 tc.ChatG.ConvLoader.(*BackgroundConvLoader).loadWait = 0
137 tc.ChatG.ConvLoader.(*BackgroundConvLoader).clock = clock
138 tc.ChatG.ConvLoader.(*BackgroundConvLoader).appStateCh = appStateCh
149 require.NoError(t, tc.Context().ConvLoader.Queue(context.TODO(),
158 require.True(t, tc.Context().ConvLoader.Suspend(context.TODO()))
171 require.True(t, tc.Context().ConvLoader.Resume(context.TODO()))
189 require.NoError(t, tc.Context().ConvLoader.Queue(context.TODO(),
271 require.NoError(t, tc.Context().ConvLoader.Queue(context.TODO(),