Home
last modified time | relevance | path

Searched refs:dstIdBuf (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp71 IdCategory dstIdType, char *dstIdBuf, uint32_t dstIdBufLen) in ActionOfLnnConvertDlId() argument
73 if (srcId == NULL || dstIdBuf == NULL) { in ActionOfLnnConvertDlId()
77 if (memcpy_s(dstIdBuf, dstIdBufLen, "abc", strlen("abc") + 1) != EOK) { in ActionOfLnnConvertDlId()
85 IdCategory dstIdType, char *dstIdBuf, uint32_t dstIdBufLen) in ActionOfLnnConvertDlId1() argument
87 if (srcId == NULL || dstIdBuf == NULL) { in ActionOfLnnConvertDlId1()
91 if (strcpy_s(dstIdBuf, dstIdBufLen, peerId.c_str()) != EOK) { in ActionOfLnnConvertDlId1()
310 char *dstIdBuf, uint32_t dstIdBufLen) in LnnConvertDlId() argument
313 dstIdType, dstIdBuf, dstIdBufLen); in LnnConvertDlId()
H A Dlnn_net_builder_deps_mock.cpp232 char *dstIdBuf, uint32_t dstIdBufLen) in LnnConvertDlId() argument
234 …return GetNetBuilderDepsInterface()->LnnConvertDlId(srcId, srcIdType, dstIdType, dstIdBuf, dstIdBu… in LnnConvertDlId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h57 char *dstIdBuf, uint32_t dstIdBufLen) = 0;
197 char *dstIdBuf, uint32_t dstIdBufLen);
199 char *dstIdBuf, uint32_t dstIdBufLen);
H A Dlnn_net_builder_deps_mock.h100 char *dstIdBuf, uint32_t dstIdBufLen);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h109 char *dstIdBuf, uint32_t dstIdBufLen) = 0;
174 char *dstIdBuf, uint32_t dstIdBufLen));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp399 char *dstIdBuf, uint32_t dstIdBufLen) in LnnConvertDlId() argument
401 … return GetLaneDepsInterface()->LnnConvertDlId(srcId, srcIdType, dstIdType, dstIdBuf, dstIdBufLen); in LnnConvertDlId()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h65 char *dstIdBuf, uint32_t dstIdBufLen);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1391 char *dstIdBuf, uint32_t dstIdBufLen) in LnnConvertDlId() argument
1397 if (srcId == NULL || dstIdBuf == NULL) { in LnnConvertDlId()
1424 if (strcpy_s(dstIdBuf, dstIdBufLen, id) != EOK) { in LnnConvertDlId()