Searched refs:GetSelfDeviceIdentify (Results 1 - 7 of 7) sorted by relevance
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_msg_interface_mock.h | 42 virtual bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) = 0; 66 MOCK_METHOD(bool, GetSelfDeviceIdentify, (const Messenger *messenger, DeviceIdentify *devId, int32_t *level),
|
H A D | dslm_msg_interface_mock.cpp | 71 ON_CALL(*this, GetSelfDeviceIdentify).WillByDefault(loopback); in MakeSelfDeviceId() 121 return GetDslmMsgInterface()->GetSelfDeviceIdentify(messenger, devId, level); in GetSelfDeviceIdentifyImpl()
|
H A D | dslm_rpc_process_test.cpp | 172 EXPECT_CALL(mock, GetSelfDeviceIdentify(_, _, _)) in HWTEST_F()
|
H A D | dslm_test.cpp | 1170 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F() 1197 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F() 1210 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F() 1235 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F() 1280 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F() 1397 EXPECT_CALL(mockMsg, GetSelfDeviceIdentify(_, _, _)).Times(AtLeast(1)); in HWTEST_F()
|
/base/security/device_security_level/baselib/msglib/src/common/ |
H A D | messenger.c | 45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentify() function
|
/base/security/device_security_level/baselib/msglib/include/ |
H A D | messenger.h | 91 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level);
|
/base/security/device_security_level/services/msg/ |
H A D | dslm_messenger_wrapper.c | 114 GetSelfDeviceIdentify(g_messenger, &deviceId, level); in GetSelfDevice()
|
Completed in 6 milliseconds