Home
last modified time | relevance | path

Searched refs:onDeviceNotTrusted (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h36 void (*onDeviceNotTrusted)(const char *udid); member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c388 if (g_verifyListener.onDeviceNotTrusted == NULL) { in OnDeviceNotTrusted()
389 AUTH_LOGW(AUTH_HICHAIN, "onDeviceNotTrusted not set"); in OnDeviceNotTrusted()
392 g_verifyListener.onDeviceNotTrusted(peerUdid); in OnDeviceNotTrusted()
439 .onDeviceNotTrusted = OnDeviceNotTrusted, in RetryRegTrustDataChangeListener()
459 .onDeviceNotTrusted = OnDeviceNotTrusted, in RegTrustListenerOnHichainSaStart()
H A Dauth_hichain.c374 if (g_dataChangeListener.onDeviceNotTrusted != NULL) { in OnDeviceNotTrusted()
375 g_dataChangeListener.onDeviceNotTrusted(udid); in OnDeviceNotTrusted()
390 hichainListener.onDeviceNotTrusted = OnDeviceNotTrusted; in RegTrustDataChangeListener()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp110 g_dataChangeListener.onDeviceNotTrusted = nullptr; in HWTEST_F()
112 g_dataChangeListener.onDeviceNotTrusted = OnDeviceNotTrustedTest; in HWTEST_F()
H A Dauth_test_mock.cpp116 .onDeviceNotTrusted = &AuthNetLedgertInterfaceMock::OnDeviceNotTrusted,
H A Dauth_test.cpp130 .onDeviceNotTrusted = OnDeviceNotTrusted, in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h105 void (*onDeviceNotTrusted)(const char *peerUdid); member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h136 void (*onDeviceNotTrusted)(const char *peerUdid); variable
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c680 .onDeviceNotTrusted = OnDeviceNotTrusted,

Completed in 9 milliseconds