Home
last modified time | relevance | path

Searched refs:onDeviceBound (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h37 void (*onDeviceBound)(const char *udid, const char *groupInfo); member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c429 if (g_groupChangeListener.onDeviceBound != NULL) { in OnDeviceBound()
430 g_groupChangeListener.onDeviceBound(udid, groupInfo); in OnDeviceBound()
440 .onDeviceBound = OnDeviceBound, in RetryRegTrustDataChangeListener()
460 .onDeviceBound = OnDeviceBound, in RegTrustListenerOnHichainSaStart()
480 g_groupChangeListener.onDeviceBound = listener->onDeviceBound; in RegGroupChangeListener()
488 g_groupChangeListener.onDeviceBound = NULL; in UnregGroupChangeListener()
H A Dauth_hichain.c328 AUTH_LOGI(AUTH_HICHAIN, "hichain onDeviceBound, udid=%{public}s, type=%{public}d", in OnDeviceBound()
342 if (g_dataChangeListener.onDeviceBound != NULL) { in OnDeviceBound()
343 g_dataChangeListener.onDeviceBound(udid, groupInfo); in OnDeviceBound()
391 hichainListener.onDeviceBound = OnDeviceBound; in RegTrustDataChangeListener()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp154 g_dataChangeListener.onDeviceBound = OnDeviceBound; in HWTEST_F()
H A Dauth_test.cpp131 .onDeviceBound = OnDeviceBound, in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h143 void (*onDeviceBound)(const char *udid, const char *groupInfo); member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h134 void (*onDeviceBound)(const char *peerUdid, const char *groupInfo); variable
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c471 .onDeviceBound = OnDeviceBound,

Completed in 9 milliseconds