Searched refs:NodeBasicInfoType (Results 1 - 16 of 16) sorted by relevance
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsoftbusdeviceinfochanged_fuzzer/ |
H A D | on_softbus_device_info_changed_fuzzer.cpp | 36 NodeBasicInfoType type = static_cast<NodeBasicInfoType>(infoType); in OnSoftbusDeviceInfoChangedFuzzTest()
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_devmgr.c | 28 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 D | softbus_listener_get_local_deviceinfo_fuzzer.cpp | 38 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; in GetLocalDeviceInfoFuzzTest()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/regnodedevicestatecb_fuzzer/ |
H A D | regnodedevicestatecb_fuzzer.cpp | 35 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_service_mock.h | 52 virtual void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) = 0; 108 MOCK_METHOD2(LnnNotifyBasicInfoChanged, void (NodeBasicInfo *, NodeBasicInfoType));
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 285 } 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 D | UTTest_softbus_listener.cpp | 179 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 D | common.cpp | 48 static void OnDefNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnDefNodeBasicInfoChanged()
|
/foundation/communication/dsoftbus/core/bus_center/service/include/ |
H A D | bus_center_event.h | 252 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
|
/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 50 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_service_mock.cpp | 75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 317 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 D | bus_center_event_test.cpp | 123 NodeBasicInfoType type = TYPE_DEVICE_NAME; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | client_bus_center_manager_test.cpp | 513 static void OnNodeBasicInfoChangedCb(NodeBasicInfoType type, NodeBasicInfo *info) in OnNodeBasicInfoChangedCb()
|
/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 423 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
|
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 1185 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()
|
Completed in 13 milliseconds