Home
last modified time | relevance | path

Searched refs:MessengerGetDeviceIdentifyByNetworkId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/msglib/src/common/
H A Dmessenger_device_status_manager.h46 bool MessengerGetDeviceIdentifyByNetworkId(const char *networkId, DeviceIdentify *devId);
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp127 if (!MessengerGetDeviceIdentifyByNetworkId(info.networkId, &identity)) { in MessengerOnNodeStateChange()
414 bool MessengerGetDeviceIdentifyByNetworkId(const char *networkId, DeviceIdentify *devId) in MessengerGetDeviceIdentifyByNetworkId() function
H A Dmessenger_device_socket_manager.c332 if (!MessengerGetDeviceIdentifyByNetworkId(info.networkId, &identity)) { in ServerOnBind()
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_status_manager.c367 bool MessengerGetDeviceIdentifyByNetworkId(const char *networkId, DeviceIdentify *devId) in MessengerGetDeviceIdentifyByNetworkId() function
H A Dmessenger_device_session_manager.c143 if (!MessengerGetDeviceIdentifyByNetworkId(networkId, identity)) { in GetDeviceIdentityFromSessionId()
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp2068 EXPECT_EQ(false, MessengerGetDeviceIdentifyByNetworkId(networkId, &device));
2070 EXPECT_EQ(false, MessengerGetDeviceIdentifyByNetworkId(nullptr, &device));
2072 EXPECT_EQ(false, MessengerGetDeviceIdentifyByNetworkId(networkId, nullptr));