Home
last modified time | relevance | path

Searched refs:SoftBusDifferentAccountState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp96 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()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h118 } SoftBusDifferentAccountState; typedef
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c591 SoftBusDifferentAccountState *difAccountState = (SoftBusDifferentAccountState *)state; in LnnNotifyDifferentAccountChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c728 SoftBusDifferentAccountState difAccountState = (SoftBusDifferentAccountState)event->status; in HbDifferentAccountEventHandler()