Home
last modified time | relevance | path

Searched refs:DelNotTrustDevice (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_device_profile_listener_mock.h27 virtual void DelNotTrustDevice(const char *udid) = 0;
33 MOCK_METHOD1(DelNotTrustDevice, void (const char *udid));
H A Dauth_device_profile_listener_mock.cpp39 void DelNotTrustDevice(const char *udid) in DelNotTrustDevice() function
41 return GetInterface()->DelNotTrustDevice(udid); in DelNotTrustDevice()
H A Dauth_device_profile_listener_test.cpp106 EXPECT_CALL(mocker, DelNotTrustDevice).Times(1); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile_virtual.cpp30 void DelNotTrustDevice(const char *udid) in DelNotTrustDevice() function
H A Dauth_deviceprofile.cpp64 void DelNotTrustDevice(const char *udid) in DelNotTrustDevice() function
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_deviceprofile.h29 void DelNotTrustDevice(const char *udid);
/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp51 DelNotTrustDevice(profile.GetDeviceId().c_str()); in OnTrustDeviceProfileAdd()

Completed in 4 milliseconds