Searched refs:onDeviceUnBound (Results 1 – 6 of 6) sorted by relevance
25 void onDeviceUnBound(const char *peerUdid, const char *groupInfo) {} in onDeviceUnBound() function47 listener.onDeviceUnBound = onDeviceUnBound; in FuzzDoRegDataChangeListener()
41 .onDeviceUnBound = OnDeviceUnBound,
141 … if ((entry != NULL) && (entry->listener != NULL) && (entry->listener->onDeviceUnBound != NULL)) { in PostOnDeviceUnBound()143 entry->listener->onDeviceUnBound(peerUdid, messageStr); in PostOnDeviceUnBound()
139 void (*onDeviceUnBound)(const char *peerUdid, const char *groupInfo); member
1070 if (listener->onDeviceUnBound == nullptr) { in IpcOnDeviceUnBound()1074 false, reinterpret_cast<uintptr_t>(listener->onDeviceUnBound), dataParcel, reply); in IpcOnDeviceUnBound()1224 ctx->onDeviceUnBound = IpcOnDeviceUnBound; in InitDevAuthListenerCbCtx()
1145 if (listener->onDeviceUnBound == NULL) { in IpcOnDeviceUnBound()1149 (uintptr_t)(listener->onDeviceUnBound), dataParcel, NULL); in IpcOnDeviceUnBound()1325 ctx->onDeviceUnBound = IpcOnDeviceUnBound; in InitDevAuthListenerCbCtx()