/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 285 } NodeBasicInfoType; typedef 465 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 144 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; 155 NodeBasicInfoType type = NodeBasicInfoType::TYPE_DEVICE_NAME; 167 NodeBasicInfoType type = NodeBasicInfoType::TYPE_NETWORK_INFO;
|
/ohos5.0/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()
|
/ohos5.0/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));
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/ |
H A D | messenger_device_status_manager.c | 30 static void MessengerOnNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info); 159 static void MessengerOnNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in MessengerOnNodeBasicInfoChanged()
|
/ohos5.0/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()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 50 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/ |
H A D | bus_center_event.h | 252 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 312 void SoftbusListener::OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in OnSoftbusDeviceInfoChanged() 319 … 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/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()
|
/ohos5.0/foundation/communication/dsoftbus/ |
H A D | README_zh.md | 204 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // 节点信息变化事件回调
|
H A D | README.md | 198 …void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // Called when the de…
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 422 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
H A D | client_bus_center_manager.c | 1150 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()
|