Home
last modified time | relevance | path

Searched refs:TYPE_NETWORK_INFO (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/interfaces/kits/bus_center/
Dsoftbus_bus_center.h273 TYPE_NETWORK_INFO, /**< Device network info change */ enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_network_info.c99 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()
/foundation/distributedhardware/device_manager/test/softbusunittest/
DUTTest_softbus_listener.cpp188 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO;
/foundation/distributedhardware/device_manager/services/service/src/softbus/
Dsoftbus_listener.cpp325 … if (type == NodeBasicInfoType::TYPE_DEVICE_NAME || type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
329 if (type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
Dclient_bus_center_manager.c1104 if ((type < 0) || (type > TYPE_NETWORK_INFO)) { in LnnOnNodeBasicInfoChanged()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
Dlnn_distributed_net_ledger.c127 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()