Searched refs:ID_MAX_LEN (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/ |
H A D | bus_center_info_key.h | 25 #define ID_MAX_LEN 72 macro
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 134 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 D | lnn_distributed_net_ledger_manager.c | 1135 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 D | lnn_distributed_net_ledger.c | 520 if (!IsValidString(id, ID_MAX_LEN)) { in LnnGetOnlineStateById()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 178 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 D | lnn_local_net_ledger.c | 1285 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()
|