Home
last modified time | relevance | path

Searched refs:GetDeviceOnlineStatus (Results 1 - 6 of 6) sorted by relevance

/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.h40 virtual bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) = 0;
64 MOCK_METHOD(bool, GetDeviceOnlineStatus,
H A Ddslm_msg_interface_mock.cpp116 return GetDslmMsgInterface()->GetDeviceOnlineStatus(messenger, devId, level); in GetDeviceOnlineStatusImpl()
H A Ddslm_test.cpp1171 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 Dmessenger.c40 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatus() function
/base/security/device_security_level/baselib/msglib/include/
H A Dmessenger.h89 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level);
/base/security/device_security_level/services/msg/
H A Ddslm_messenger_wrapper.c103 bool ret = GetDeviceOnlineStatus(g_messenger, devId, level); in GetPeerDeviceOnlineStatus()

Completed in 6 milliseconds