Searched refs:GetSelfDeviceIdentify (Results 1 – 7 of 7) sorted by relevance
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_msg_interface_mock.h | 41 …virtual bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *de… 55 …MOCK_METHOD3(GetSelfDeviceIdentify, bool(const Messenger *messenger, DeviceIdentify *devId, uint32…
|
D | dslm_msg_interface_mock.cpp | 71 ON_CALL(*this, GetSelfDeviceIdentify).WillByDefault(loopback); in MakeSelfDeviceId() 121 return GetDslmMsgInterface()->GetSelfDeviceIdentify(messenger, devId, devType); in GetSelfDeviceIdentifyImpl()
|
D | dslm_rpc_process_test.cpp | 172 EXPECT_CALL(mock, GetSelfDeviceIdentify(_, _, _))
|
D | dslm_test.cpp | 774 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/ |
D | messenger.c | 45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *devType) in GetSelfDeviceIdentify() function
|
/base/security/device_security_level/baselib/msglib/include/ |
D | messenger.h | 86 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, uint32_t *devType);
|
/base/security/device_security_level/services/msg/ |
D | dslm_messenger_wrapper.c | 110 GetSelfDeviceIdentify(g_messenger, &deviceId, &type); in GetSelfDevice()
|