Searched refs:expectedPeerType (Results 1 – 1 of 1) sorted by relevance
735 int32_t expectedPeerType = connection->side == CONN_SIDE_CLIENT ? 2 : 1; in ParseBasicInfo() local736 if (expectedPeerType != baseInfo.type) { in ParseBasicInfo()738 … "expectedPeerType=%{public}d, actualPeerType=%{public}d", expectedPeerType, baseInfo.type); in ParseBasicInfo()