Searched refs:LnnSetDLDeviceInfoName (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 58 virtual bool LnnSetDLDeviceInfoName(const char *udid, const char *name) = 0; 140 MOCK_METHOD2(LnnSetDLDeviceInfoName, bool (const char *, const char *));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 59 bool LnnSetDLDeviceInfoName(const char *udid, const char *name);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_devicename_info.c | 134 if (!LnnSetDLDeviceInfoName(udid, deviceName)) { in OnReceiveDeviceName() 235 (void)LnnSetDLDeviceInfoName(peerNodeInfo.deviceInfo.deviceUdid, displayName); in NickNameMsgProc()
|
H A D | lnn_sync_item_info.c | 152 if (!LnnSetDLDeviceInfoName(udid, (char *)msg)) { in OnReceiveTransReqMsg()
|
H A D | lnn_data_cloud_sync.c | 464 if (!LnnSetDLDeviceInfoName(deviceUdid, cacheInfo->deviceInfo.deviceName)) { in SetDBNameDataToDLedger()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_ledger_mock.cpp | 577 bool LnnSetDLDeviceInfoName(const char *udid, const char *name) in LnnSetDLDeviceInfoName() function 579 return GetNetLedgerInterface()->LnnSetDLDeviceInfoName(udid, name); in LnnSetDLDeviceInfoName()
|
H A D | lnn_sync_item_info_test.cpp | 180 EXPECT_CALL(LedgerMock, LnnSetDLDeviceInfoName).WillOnce(Return(SOFTBUS_ERR))
|
H A D | lnn_devicename_info_test.cpp | 116 EXPECT_CALL(ledgerMock, LnnSetDLDeviceInfoName).WillOnce(Return(false))
|
H A D | lnn_data_cloud_sync_mock_test.cpp | 384 EXPECT_CALL(NetLedgerMock, LnnSetDLDeviceInfoName).WillOnce(Return(SOFTBUS_ERR))
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_disctributed_net_ledger_test.cpp | 523 bool ret = LnnSetDLDeviceInfoName(nullptr, nullptr); 525 ret = LnnSetDLDeviceInfoName(NODE1_UDID, NODE1_DEVICE_NAME); 527 ret = LnnSetDLDeviceInfoName(NODE2_UDID, NODE2_DEVICE_NAME);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | ledger_lane_hub_test.cpp | 427 bool result = LnnSetDLDeviceInfoName(NODE2_UDID, CHANGE_DEVICE_NAME);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger_manager.c | 804 bool LnnSetDLDeviceInfoName(const char *udid, const char *name) in LnnSetDLDeviceInfoName() function
|