Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1036 static int32_t ModifyId(char *dstId, uint32_t dstLen, const char *sourceId) in ModifyId() argument
1038 if (dstId == NULL || sourceId == NULL || strlen(sourceId) > dstLen - 1) { in ModifyId()
1042 if (strncpy_s(dstId, dstLen, sourceId, strlen(sourceId)) != EOK) { in ModifyId()