Home
last modified time | relevance | path

Searched refs:DeviceStateChangeProcess (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm_test.cpp621 DeviceStateChangeProcess(udidData, CONNECTION_ADDR_BLE, false);
622 DeviceStateChangeProcess(nullptr, CONNECTION_ADDR_BLE, false);
623 DeviceStateChangeProcess(nullptr, CONNECTION_ADDR_WLAN, false);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c382 static void DeviceStateChangeProcess(char *udid, ConnectionAddrType type, bool isOnline) in DeviceStateChangeProcess() function
429DeviceStateChangeProcess(connInfo->nodeInfo->deviceInfo.deviceUdid, connInfo->addr.type, true); in SetLnnConnNodeInfo()
993 DeviceStateChangeProcess(info.deviceInfo.deviceUdid, connInfo->addr.type, false); in CompleteLeaveLNN()