Home
last modified time | relevance | path

Searched refs:mockMsg (Results 1 – 1 of 1) sorted by relevance

/base/security/device_security_level/test/
Ddslm_test.cpp426 DslmMsgInterfaceMock mockMsg; variable
427 EXPECT_CALL(mockMsg, IsMessengerReady(_)).Times(AtLeast(1));
428 …EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true)…
437 …EXPECT_CALL(mockMsg, SendMsgTo(_, _, _, Truly(isSendRequestOut), _)).Times(AtLeast(1)).WillRepeate…
440 mockMsg.MakeDeviceOffline(&device);
445 DslmMsgInterfaceMock mockMsg; variable
448 EXPECT_CALL(mockMsg, IsMessengerReady(_)).Times(AtLeast(1));
449 …EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true)…
450 EXPECT_CALL(mockMsg, SendMsgTo(_, _, _, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true));
485 mockMsg.MakeDeviceOffline(&device);
[all …]