Home
last modified time | relevance | path

Searched refs:NodeBasicInfoType (Results 1 - 16 of 16) sorted by relevance

/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/
H A Don_softbus_device_info_changed_fuzzer.cpp36 NodeBasicInfoType type = static_cast<NodeBasicInfoType>(infoType); in OnSoftbusDeviceInfoChangedFuzzTest()
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_devmgr.c28 static void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
55 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbuslistenergetlocaldeviceinfo_fuzzer/
H A Dsoftbus_listener_get_local_deviceinfo_fuzzer.cpp38 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in GetLocalDeviceInfoFuzzTest()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/
H A Dregnodedevicestatecb_fuzzer.cpp35 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h52 virtual void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) = 0;
108 MOCK_METHOD2(LnnNotifyBasicInfoChanged, void (NodeBasicInfo *, NodeBasicInfoType));
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h285 } NodeBasicInfoType; typedef
469 * @param type Indicates the device type. For details, see {@link NodeBasicInfoType}.
476 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info);
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp179 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in HWTEST_F()
190 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in HWTEST_F()
202 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO; in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dcommon.cpp48 static void OnDefNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnDefNodeBasicInfoChanged()
/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h252 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h50 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp317 void SoftbusListener::OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnSoftbusDeviceInfoChanged()
324 if (type == NodeBasicInfoType::TYPE_DEVICE_NAME || type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
328 if (type == NodeBasicInfoType::TYPE_NETWORK_INFO) { in OnSoftbusDeviceInfoChanged()
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_event_test.cpp123 NodeBasicInfoType type = TYPE_DEVICE_NAME; in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_test.cpp513 static void OnNodeBasicInfoChangedCb(NodeBasicInfoType type, NodeBasicInfo *info) in OnNodeBasicInfoChangedCb()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c423 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1185 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()

Completed in 13 milliseconds