Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h284 TYPE_NETWORK_INFO, /**< Device network info change */ enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c100 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp319 … if (type == NodeBasicInfoType::TYPE_DEVICE_NAME || type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
323 if (type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp167 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO;
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1134 if ((type < 0) || (type > TYPE_NETWORK_INFO)) { in LnnOnNodeBasicInfoChanged()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c69 LnnNotifyBasicInfoChanged(&basic, TYPE_NETWORK_INFO); in UpdateNetworkInfo()