Home
last modified time | relevance | path

Searched refs:onDeviceProfileAdd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/bind/
H A Dauth_device_profile_listener.cpp47 if (g_deviceProfileChange.onDeviceProfileAdd == NULL) { in OnTrustDeviceProfileAdd()
52 g_deviceProfileChange.onDeviceProfileAdd(profile.GetDeviceId().c_str(), NULL); in OnTrustDeviceProfileAdd()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Ddevice_profile_listener.h25 void (*onDeviceProfileAdd)(const char *udid, const char *groupInfo); member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c494 .onDeviceProfileAdd = OnDeviceBound, in AuthRegisterToDpDelay()