Searched refs:SoftBusDifferentAccountState (Results 1 – 4 of 4) sorted by relevance
96 if (data == nullptr || size > sizeof(SoftBusDifferentAccountState)) { in LnnNotifyStateChangeEventFuzzTest()101 char *state = (char *)SoftBusCalloc(sizeof(SoftBusDifferentAccountState)); in LnnNotifyStateChangeEventFuzzTest()106 if (memcpy_s(state, sizeof(SoftBusDifferentAccountState), outData, size) != EOK) { in LnnNotifyStateChangeEventFuzzTest()
118 } SoftBusDifferentAccountState; typedef
591 SoftBusDifferentAccountState *difAccountState = (SoftBusDifferentAccountState *)state; in LnnNotifyDifferentAccountChangeEvent()
728 SoftBusDifferentAccountState difAccountState = (SoftBusDifferentAccountState)event->status; in HbDifferentAccountEventHandler()