Home
last modified time | relevance | path

Searched refs:NodeBasicInfoType (Results 1 – 15 of 15) sorted by relevance

/foundation/ability/dmsfwk_lite/source/
Ddmslite_devmgr.c28 static void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
55 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
Dlnn_service_mock.h40 virtual void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) = 0;
67 MOCK_METHOD2(LnnNotifyBasicInfoChanged, void (NodeBasicInfo *, NodeBasicInfoType));
/foundation/distributedhardware/device_manager/test/softbusunittest/
DUTTest_softbus_listener.cpp171 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME;
179 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME;
188 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO;
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/
Dregnodedevicestatecb_fuzzer.cpp35 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
Dsoftbus_bus_center.h274 } NodeBasicInfoType; typedef
453 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_service_mock.cpp75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
/foundation/communication/dsoftbus/core/bus_center/service/include/
Dbus_center_event.h226 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
/foundation/distributedhardware/device_manager/services/service/include/softbus/
Dsoftbus_listener.h98 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
/foundation/communication/dsoftbus/
DREADME_zh.md194 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // 节点信息变化事件回调
DREADME.md187 …void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // Called when the de…
/foundation/distributedhardware/device_manager/services/service/src/softbus/
Dsoftbus_listener.cpp318 void SoftbusListener::OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnSoftbusDeviceInfoChanged()
325 … if (type == NodeBasicInfoType::TYPE_DEVICE_NAME || type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
329 if (type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dsoftbus_adapter_standard.cpp73 void NotCareEvent(NodeBasicInfoType type, NodeBasicInfo *info) in NotCareEvent()
/foundation/communication/dsoftbus/core/bus_center/service/src/
Dbus_center_event.c359 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
Dclient_bus_center_manager_test.cpp515 static void OnNodeBasicInfoChangedCb(NodeBasicInfoType type, NodeBasicInfo *info) in OnNodeBasicInfoChangedCb()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
Dclient_bus_center_manager.c1121 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()