Home
last modified time | relevance | path

Searched refs:LNN_SUBNET_IDLE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_physical_subnet_manager.h30 LNN_SUBNET_IDLE, // can be enable enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c51 [BT_SUBNET_MANAGER_EVENT_IF_READY] = {LNN_SUBNET_RUNNING, LNN_SUBNET_IDLE}, in TransactBtSubnetState()
227 subnet->status = LNN_SUBNET_IDLE; in CreateBtSubnetManager()
H A Dlnn_ip_network_impl.c470 [IP_SUBNET_MANAGER_EVENT_IF_READY] = {LNN_SUBNET_RUNNING, LNN_SUBNET_IDLE}, in TransactIpSubnetState()
516 if (subnet->status == LNN_SUBNET_RESETTING || subnet->status == LNN_SUBNET_IDLE) { in OnSoftbusIpNetworkDisconnected()
573 subnet->status = LNN_SUBNET_IDLE; in CreateIpSubnetManager()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp172 subnet->status = LNN_SUBNET_IDLE;
H A Dlnn_ip_network_impl_test.cpp148 subnet.status = LNN_SUBNET_IDLE;