Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain.h35 void (*onGroupDeleted)(const char *groupId, int32_t groupType); member
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c421 if (g_groupChangeListener.onGroupDeleted != NULL) { in OnGroupDeleted()
422 g_groupChangeListener.onGroupDeleted(groupId, groupType); in OnGroupDeleted()
438 .onGroupDeleted = OnGroupDeleted, in RetryRegTrustDataChangeListener()
458 .onGroupDeleted = OnGroupDeleted, in RegTrustListenerOnHichainSaStart()
479 g_groupChangeListener.onGroupDeleted = listener->onGroupDeleted; in RegGroupChangeListener()
487 g_groupChangeListener.onGroupDeleted = NULL; in UnregGroupChangeListener()
H A Dauth_hichain.c359 if (g_dataChangeListener.onGroupDeleted != NULL) { in OnGroupDeleted()
360 g_dataChangeListener.onGroupDeleted(info.groupId, info.groupType); in OnGroupDeleted()
389 hichainListener.onGroupDeleted = OnGroupDeleted; in RegTrustDataChangeListener()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp104 g_dataChangeListener.onGroupDeleted = nullptr; in HWTEST_F()
106 g_dataChangeListener.onGroupDeleted = OnGroupDeletedTest; in HWTEST_F()
H A Dauth_test.cpp129 .onGroupDeleted = OnGroupDeleted, in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h142 void (*onGroupDeleted)(const char *groupId, int32_t groupType); member
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h133 void (*onGroupDeleted)(const char *groupInfo); variable
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c470 .onGroupDeleted = OnGroupDeleted,

Completed in 8 milliseconds