Searched refs:NodeBasicInfoType (Results 1 – 15 of 15) sorted by relevance
| /foundation/ability/dmsfwk_lite/source/ |
| D | dmslite_devmgr.c | 28 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/ |
| D | lnn_service_mock.h | 40 virtual void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) = 0; 67 MOCK_METHOD2(LnnNotifyBasicInfoChanged, void (NodeBasicInfo *, NodeBasicInfoType));
|
| /foundation/distributedhardware/device_manager/test/softbusunittest/ |
| D | UTTest_softbus_listener.cpp | 171 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/ |
| D | regnodedevicestatecb_fuzzer.cpp | 35 void onNodeBasicInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info) in onNodeBasicInfoChanged()
|
| /foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
| D | softbus_bus_center.h | 274 } NodeBasicInfoType; typedef 453 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info);
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| D | lnn_service_mock.cpp | 75 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
|
| /foundation/communication/dsoftbus/core/bus_center/service/include/ |
| D | bus_center_event.h | 226 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type);
|
| /foundation/distributedhardware/device_manager/services/service/include/softbus/ |
| D | softbus_listener.h | 98 static void OnSoftbusDeviceInfoChanged(NodeBasicInfoType type, NodeBasicInfo *info);
|
| /foundation/communication/dsoftbus/ |
| D | README_zh.md | 194 void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // 节点信息变化事件回调
|
| D | README.md | 187 …void (*onNodeBasicInfoChanged)(NodeBasicInfoType type, NodeBasicInfo *info); // Called when the de…
|
| /foundation/distributedhardware/device_manager/services/service/src/softbus/ |
| D | softbus_listener.cpp | 318 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/ |
| D | softbus_adapter_standard.cpp | 73 void NotCareEvent(NodeBasicInfoType type, NodeBasicInfo *info) in NotCareEvent()
|
| /foundation/communication/dsoftbus/core/bus_center/service/src/ |
| D | bus_center_event.c | 359 void LnnNotifyBasicInfoChanged(NodeBasicInfo *info, NodeBasicInfoType type) in LnnNotifyBasicInfoChanged()
|
| /foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
| D | client_bus_center_manager_test.cpp | 515 static void OnNodeBasicInfoChangedCb(NodeBasicInfoType type, NodeBasicInfo *info) in OnNodeBasicInfoChangedCb()
|
| /foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
| D | client_bus_center_manager.c | 1121 item->cb.onNodeBasicInfoChanged((NodeBasicInfoType)type, basicInfo); in LnnOnNodeBasicInfoChanged()
|