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/
H A Ddslm_msg_interface_mock.h42 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 Ddslm_msg_interface_mock.cpp71 ON_CALL(*this, GetSelfDeviceIdentify).WillByDefault(loopback); in MakeSelfDeviceId()
121 return GetDslmMsgInterface()->GetSelfDeviceIdentify(messenger, devId, level); in GetSelfDeviceIdentifyImpl()
H A Ddslm_rpc_process_test.cpp172 EXPECT_CALL(mock, GetSelfDeviceIdentify(_, _, _)) in HWTEST_F()
H A Ddslm_test.cpp1170 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 Dmessenger.c45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentify() function
/base/security/device_security_level/baselib/msglib/include/
H A Dmessenger.h91 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level);
/base/security/device_security_level/services/msg/
H A Ddslm_messenger_wrapper.c114 GetSelfDeviceIdentify(g_messenger, &deviceId, level); in GetSelfDevice()

Completed in 6 milliseconds