Home
last modified time | relevance | path

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

/base/security/device_security_level/test/dslm_unit_test/
Ddslm_msg_interface_mock.h41 …virtual bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *de…
55 …MOCK_METHOD3(GetSelfDeviceIdentify, bool(const Messenger *messenger, DeviceIdentify *devId, uint32…
Ddslm_msg_interface_mock.cpp71 ON_CALL(*this, GetSelfDeviceIdentify).WillByDefault(loopback); in MakeSelfDeviceId()
121 return GetDslmMsgInterface()->GetSelfDeviceIdentify(messenger, devId, devType); in GetSelfDeviceIdentifyImpl()
Ddslm_rpc_process_test.cpp172 EXPECT_CALL(mock, GetSelfDeviceIdentify(_, _, _))
Ddslm_test.cpp774 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
801 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
818 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
843 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
888 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
1006 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1));
/base/security/device_security_level/baselib/msglib/src/common/
Dmessenger.c45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *devType) in GetSelfDeviceIdentify() function
/base/security/device_security_level/baselib/msglib/include/
Dmessenger.h86 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *devType);
/base/security/device_security_level/services/msg/
Ddslm_messenger_wrapper.c110 GetSelfDeviceIdentify(g_messenger, &deviceId, &type); in GetSelfDevice()