Searched refs:onDeviceBound (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_hichain.h | 37 void (*onDeviceBound)(const char *udid, const char *groupInfo); member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 429 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 D | auth_hichain.c | 328 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 D | auth_hichain_test.cpp | 154 g_dataChangeListener.onDeviceBound = OnDeviceBound; in HWTEST_F()
|
H A D | auth_test.cpp | 131 .onDeviceBound = OnDeviceBound, in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 143 void (*onDeviceBound)(const char *udid, const char *groupInfo); member
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | device_auth.h | 134 void (*onDeviceBound)(const char *peerUdid, const char *groupInfo); variable
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_network_manager.c | 471 .onDeviceBound = OnDeviceBound,
|
Completed in 9 milliseconds