Searched refs:LnnDeleteSpecificTrustedDevInfo (Results 1 – 7 of 7) sorted by relevance
40 virtual int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) = 0;76 MOCK_METHOD1(LnnDeleteSpecificTrustedDevInfo, int32_t(const char *));
58 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function60 return GetNetLedgerInterface()->LnnDeleteSpecificTrustedDevInfo(udid); in LnnDeleteSpecificTrustedDevInfo()
29 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function
487 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function
34 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid);
554 int32_t ret = LnnDeleteSpecificTrustedDevInfo(nullptr);560 ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);576 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);592 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);610 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);628 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);648 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);668 int32_t ret = LnnDeleteSpecificTrustedDevInfo(NODE_UDID);
340 LnnDeleteSpecificTrustedDevInfo(peerUdid); in AuthDeviceNotTrust()387 LnnDeleteSpecificTrustedDevInfo(peerUdid); in OnDeviceNotTrusted()