Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/
H A Dregnodedevicestatecb_fuzzer.cpp23 static INodeStateCb g_stateCb; member
44 g_stateCb.events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE; in GenRanDiscInfo()
45 g_stateCb.onNodeOffline = onNodeOffline; in GenRanDiscInfo()
46 g_stateCb.onNodeOnline = onNodeOnline; in GenRanDiscInfo()
47 g_stateCb.onNodeBasicInfoChanged = onNodeBasicInfoChanged; in GenRanDiscInfo()
60 int32_t ret = RegNodeDeviceStateCb((const char *)tmp, &g_stateCb); in DoSomethingInterestingWithMyAPI()
62 UnregNodeDeviceStateCb(&g_stateCb); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds