Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h25 #define ID_MAX_LEN 72 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h134 char publicId[ID_MAX_LEN];
135 char parentId[ID_MAX_LEN];
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1135 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteStrInfo()
1168 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteNumInfo()
1202 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteNumU32Info()
1236 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteNumU64Info()
1269 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteNum16Info()
1302 if (!IsValidString(networkId, ID_MAX_LEN)) { in LnnGetRemoteBoolInfoCommon()
1345 if (!IsValidString(networkId, ID_MAX_LEN) || info == NULL) { in LnnGetRemoteByteInfo()
1505 if (!IsValidString(uuid, ID_MAX_LEN)) { in LnnGetNetworkIdByUuid()
1531 if (!IsValidString(udid, ID_MAX_LEN)) { in LnnGetNetworkIdByUdid()
H A Dlnn_distributed_net_ledger.c520 if (!IsValidString(id, ID_MAX_LEN)) { in LnnGetOnlineStateById()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c178 if (!IsValidString(networkId, ID_MAX_LEN)) { in TransProxyPipelineOpenChannel()
259 if (!IsValidString(networkId, ID_MAX_LEN)) { in TransProxyPipelineGetChannelIdByNetworkId()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1285 return ModifyId(g_localNetLedger.localInfo.parentId, ID_MAX_LEN, id); in UpdateLocalParentId()
1290 return ModifyId(g_localNetLedger.localInfo.publicId, ID_MAX_LEN, id); in UpdateLocalPublicId()