Home
last modified time | relevance | path

Searched refs:LnnDeleteSpecificTrustedDevInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.h40 virtual int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) = 0;
76 MOCK_METHOD1(LnnDeleteSpecificTrustedDevInfo, int32_t(const char *));
H A Dauth_net_ledger_mock.cpp58 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function
60 return GetNetLedgerInterface()->LnnDeleteSpecificTrustedDevInfo(udid); in LnnDeleteSpecificTrustedDevInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db_virtual.c29 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function
H A Dlnn_decision_db.c487 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid) in LnnDeleteSpecificTrustedDevInfo() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/include/
H A Dlnn_decision_db.h34 int32_t LnnDeleteSpecificTrustedDevInfo(const char *udid);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_test.cpp554 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);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c340 LnnDeleteSpecificTrustedDevInfo(peerUdid); in AuthDeviceNotTrust()
387 LnnDeleteSpecificTrustedDevInfo(peerUdid); in OnDeviceNotTrusted()