Home
last modified time | relevance | path

Searched refs:EVENT_NODE_STATE_ONLINE (Results 1 – 13 of 13) sorted by relevance

/foundation/ability/dmsfwk_lite/source/
Ddmslite_devmgr.c31 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/
Dregnodedevicestatecb_fuzzer.cpp44 g_stateCb.events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE; in GenRanDiscInfo()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
Dsoftbus_bus_center.h72 #define EVENT_NODE_STATE_ONLINE 0x1 macro
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
Ddsoftbus_app_dfile.cpp106 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
Ddsoftbus_app_dfile.c101 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
/foundation/communication/dsoftbus/tests/sdk/bus_center/benchmarktest/
Dbus_center_test.cpp85 .events = EVENT_NODE_STATE_ONLINE,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/unittest/
Dtrans_tdc_sdk_test.c96 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE,
/foundation/distributedhardware/device_manager/services/service/src/softbus/
Dsoftbus_listener.cpp50 .events = EVENT_NODE_STATE_ONLINE | EVENT_NODE_STATE_OFFLINE | EVENT_NODE_STATE_INFO_CHANGED,
/foundation/communication/dsoftbus/
DREADME_zh.md175 #define EVENT_NODE_STATE_ONLINE 0x1
DREADME.md174 #define EVENT_NODE_STATE_ONLINE 0x1
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
Dclient_bus_center.c50 if ((callback->events & EVENT_NODE_STATE_ONLINE) != 0 && in IsValidNodeStateCb()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
Dbus_center_sdk_test.cpp125 .events = EVENT_NODE_STATE_ONLINE,
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
Dclient_bus_center_manager.c636 if ((callback1->events & EVENT_NODE_STATE_ONLINE) && in IsSameNodeStateCb()
1013 if ((item->cb.events & EVENT_NODE_STATE_ONLINE) != 0) { in LnnOnNodeOnlineStateChanged()