Searched refs:GetDeviceOnlineStatus (Results 1 - 6 of 6) sorted by relevance
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_msg_interface_mock.h | 40 virtual bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) = 0; 64 MOCK_METHOD(bool, GetDeviceOnlineStatus,
|
H A D | dslm_msg_interface_mock.cpp | 116 return GetDslmMsgInterface()->GetDeviceOnlineStatus(messenger, devId, level); in GetDeviceOnlineStatusImpl()
|
H A D | dslm_test.cpp | 1171 EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(false)); in HWTEST_F() 1198 EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true)); in HWTEST_F() 1236 EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true)); in HWTEST_F() 1278 EXPECT_CALL(mockMsg, GetDeviceOnlineStatus(_, _, _)).Times(AtLeast(1)).WillRepeatedly(Return(true)); in HWTEST_F()
|
/base/security/device_security_level/baselib/msglib/src/common/ |
H A D | messenger.c | 40 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatus() function
|
/base/security/device_security_level/baselib/msglib/include/ |
H A D | messenger.h | 89 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level);
|
/base/security/device_security_level/services/msg/ |
H A D | dslm_messenger_wrapper.c | 103 bool ret = GetDeviceOnlineStatus(g_messenger, devId, level); in GetPeerDeviceOnlineStatus()
|
Completed in 6 milliseconds